updateNewChannelMessage
A new message was sent in a channel/supergroup
type tg.UpdateNewChannelMessage struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Message | MessageClass | yes | New message |
Pts | int | yes | Event count after generation |
PtsCount | int | yes | Number of events that were generated |
References
- Official documentation
- Generated Go reference
- TL definition:
updateNewChannelMessage#62ba04d9