updatePeerHistoryTTL
The Time-To-Live for messages sent by the current user in a specific chat has changed
type tg.UpdatePeerHistoryTTL struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Peer | PeerClass | yes | The chat |
TTLPeriod | int | — | The new Time-To-Live |
References
- Official documentation
- Generated Go reference
- TL definition:
updatePeerHistoryTTL#bb9bb9a5