Skip to main content
Module

x/mtkruto/mod.ts>_CaptionCommon

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface _CaptionCommon
import { type _CaptionCommon } from "https://deno.land/x/mtkruto@0.1.147/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.