updatePinnedChannelMessages

updatePinnedChannelMessages#5bb98608 flags:# pinned:flags.0?true channel_id:long messages:Vector<int> pts:int pts_count:int = Update;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
pinned flags.0?true Whether it is pinned.
channel_id long Identifier of a channel or supergroup.
messages Vector<int> List of messages.
pts int Chat state counter: the client uses it to tell whether it missed any updates.
pts_count int How much pts grew because of this event.

Type

Update

Related pages

Types used here