updatePinnedChannelMessages
Messages were pinned/unpinned in a channel/supergroup
type tg.UpdatePinnedChannelMessages struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Pinned | bool | — | Whether the messages were pinned or unpinned |
ChannelID | int64 | yes | Channel ID |
Messages | []int | yes | Messages |
Pts | int | yes | Event count after generation |
PtsCount | int | yes | Number of events that were generated |
References
- Official documentation
- Generated Go reference
- TL definition:
updatePinnedChannelMessages#5bb98608