sponsoredMessage

A sponsored message.

sponsoredMessage#fc25b828 flags:# recommended:flags.5?true show_peer_photo:flags.6?true random_id:bytes from_id:flags.3?Peer chat_invite:flags.4?ChatInvite chat_invite_hash:flags.4?string channel_post:flags.2?int start_param:flags.0?string message:string entities:flags.1?Vector<MessageEntity> sponsor_info:flags.7?string additional_info:flags.8?string = SponsoredMessage;

Parameters

Name Type Description
flags # Flags, see TL conditional fields
recommended flags.5?true Whether the message needs to be labeled as "recommended" instead of "sponsored"
show_peer_photo flags.6?true  
random_id bytes Message ID
from_id flags.3?Peer ID of the sender of the message
chat_invite flags.4?ChatInvite Information about the chat invite hash specified in chat_invite_hash
chat_invite_hash flags.4?string Chat invite
channel_post flags.2?int Optional link to a channel post if from_id points to a channel
start_param flags.0?string Parameter for the bot start message if the sponsored chat is a chat with a bot.
message string Sponsored message
entities flags.1?Vector<MessageEntity> Message entities for styled text
sponsor_info flags.7?string  
additional_info flags.8?string  

Type

SponsoredMessage

Related pages

Styled text with message entities

How to create styled text with message entities