MadelineProtoDocs/docs/TD_docs/constructors/chatEventLogFilters.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

1.5 KiB

title description image
chatEventLogFilters Represents a set of filters used to obtain a chat event log https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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