messages.affectedHistory
Affected part of communication history with the user or in a chat.
type tg.MessagesAffectedHistory struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Pts | int | yes | Number of events occurred in a text box |
PtsCount | int | yes | Number of affected events |
Offset | int | yes | If a parameter contains positive value, it is necessary to repeat the method call using the given value; during the proceeding of all the history the value itself shall gradually decrease |
Returned by
channels.deleteParticipantHistorymessages.deleteHistorymessages.deleteSavedHistorymessages.deleteTopicHistorymessages.readMentionsmessages.readPollVotesmessages.readReactionsmessages.unpinAllMessages
References
- Official documentation
- Generated Go reference
- TL definition:
messages.affectedHistory#b45c69d1