UpdatePinnedChannelMessages#
- class pyrogram.raw.types.UpdatePinnedChannelMessages#
Messages were pinned/unpinned in a channel/supergroup.
Constructor of
Update.- Details:
Layer:
158ID:
5BB98608
- Parameters:
channel_id (
int64-bit) – Channel ID.messages (List of
int32-bit) – Messages.pts (
int32-bit) – Event count after generation.pts_count (
int32-bit) – Number of events that were generated.pinned (
bool, optional) – Whether the messages were pinned or unpinned.