Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/mod.ts>_CaptionCommon

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface _CaptionCommon
import { type _CaptionCommon } from "https://deno.land/x/mtkruto@0.1.139/mod.ts";

Properties

optional
caption: string

The caption to attach.

optional
captionEntities: MessageEntity[]

The caption's entities.

optional
parseMode: ParseMode

The parse mode to use for the caption. If not provided, the default parse mode will be used.