Skip to content

GramIO API Reference / gramio/dist / EditStoryParams

Interface: EditStoryParams

Defined in: @gramio/types/out/params.d.ts:3221

Params object for editStory method

Properties

PropertyTypeDescriptionDefined in
areas?TelegramStoryArea[]A JSON-serialized list of clickable areas to be shown on the story@gramio/types/out/params.d.ts:3249
business_connection_idstringUnique identifier of the business connection@gramio/types/out/params.d.ts:3225
caption?string | { toString: string; }Caption of the story, 0-2048 characters after entities parsing@gramio/types/out/params.d.ts:3237
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:3245
contentTelegramInputStoryContentContent of the story@gramio/types/out/params.d.ts:3233
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:3241
story_idnumberUnique identifier of the story to edit@gramio/types/out/params.d.ts:3229