MadelineProto/old_docs/API_docs_v41/constructors/channelMessagesFilter.md

614 B

title description
channelMessagesFilter channelMessagesFilter attributes, type and example

Constructor: channelMessagesFilter

Back to constructors index

Attributes:

Name Type Required
important_only Bool Optional
ranges Array of MessageRange Required

Type: ChannelMessagesFilter

Example:

$channelMessagesFilter = ['_' => 'channelMessagesFilter', 'important_only' => true, 'ranges' => [Vector t], ];