GramIO API Reference / gramio/dist / EditStoryParams
Interface: EditStoryParams
Defined in: @gramio/types/out/params.d.ts:3522
Params object for editStory method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
areas? | TelegramStoryArea[] | A JSON-serialized list of clickable areas to be shown on the story | @gramio/types/out/params.d.ts:3550 |
business_connection_id | string | Unique identifier of the business connection | @gramio/types/out/params.d.ts:3526 |
caption? | string | { toString: string; } | Caption of the story, 0-2048 characters after entities parsing | @gramio/types/out/params.d.ts:3538 |
caption_entities? | TelegramMessageEntity[] | A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode | @gramio/types/out/params.d.ts:3546 |
content | TelegramInputStoryContent | Content of the story | @gramio/types/out/params.d.ts:3534 |
parse_mode? | "HTML" | "MarkdownV2" | "Markdown" | Mode for parsing entities in the story caption. See formatting options for more details. | @gramio/types/out/params.d.ts:3542 |
story_id | number | Unique identifier of the story to edit | @gramio/types/out/params.d.ts:3530 |