channelMessagesFilter
Filter for getting only certain types of channel messages
type tg.ChannelMessagesFilter struct { /* ... */ }
Implements ChannelMessagesFilter.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ExcludeNewMessages | bool | — | Whether to exclude new messages from the search |
Ranges | []MessageRange | yes | A range of messages to fetch |
References
- Official documentation
- Generated Go reference
- TL definition:
channelMessagesFilter#cd77d957