MadelineProto/docs/TD_docs/constructors/chatEventLogFilters.md
2017-08-25 15:05:53 +02:00

1.4 KiB

title description
chatEventLogFilters Represents a set of filters used to obtain a chat event log

Constructor: chatEventLogFilters

Back to constructors index

Represents a set of filters used to obtain a chat event log

Attributes:

Name Type Required Description
message_edits Bool Yes True, if message edits should be returned
message_deletions Bool Yes True, if message deletions should be returned
message_pins Bool Yes True, if message pins should be returned
member_joins Bool Yes True, if chat member joins should be returned
member_leaves Bool Yes True, if chat member leaves should be returned
member_invites Bool Yes True, if chat member invites should be returned
member_promotions Bool Yes True, if chat member promotions/demotions should be returned
member_restrictions Bool Yes True, if chat member restrictions/unrestrictions including bans/unbans should be returned
info_changes Bool Yes True, if changes of chat information should be returned
setting_changes Bool Yes True, if changes of chat settings should be returned

Type: ChatEventLogFilters