Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 910 Bytes

File metadata and controls

27 lines (15 loc) · 910 Bytes

TelegramPlatformData

Text, images (up to 10), videos (up to 10), and mixed media albums. Captions up to 1024 chars for media, 4096 for text-only.

Properties

Name Type Description Notes
parseMode ParseModeEnum Text formatting mode for the message (default is HTML) [optional]
disableWebPagePreview Boolean Disable link preview generation for URLs in the message [optional]
disableNotification Boolean Send the message silently (users will receive notification without sound) [optional]
protectContent Boolean Protect message content from forwarding and saving [optional]

Enum: ParseModeEnum

Name Value
HTML "HTML"
MARKDOWN "Markdown"
MARKDOWN_V2 "MarkdownV2"