Package org.drinkless.tdlib
Class TdApi.ChatEventLogFilters
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventLogFilters
-
- Enclosing class:
- TdApi
public static class TdApi.ChatEventLogFilters extends TdApi.Object
Represents a set of filters used to obtain a chat event log.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.booleaninfoChangesTrue, if changes in chat information need to be returned.booleaninviteLinkChangesTrue, if changes to invite links need to be returned.booleanmemberInvitesTrue, if invited member events need to be returned.booleanmemberJoinsTrue, if members joining events need to be returned.booleanmemberLeavesTrue, if members leaving events need to be returned.booleanmemberPromotionsTrue, if member promotion/demotion events need to be returned.booleanmemberRestrictionsTrue, if member restricted/unrestricted/banned/unbanned events need to be returned.booleanmessageDeletionsTrue, if message deletions need to be returned.booleanmessageEditsTrue, if message edits need to be returned.booleanmessagePinsTrue, if pin/unpin events need to be returned.booleansettingChangesTrue, if changes in chat settings need to be returned.booleanvideoChatChangesTrue, if video chat actions need to be returned.
-
Constructor Summary
Constructors Constructor Description ChatEventLogFilters()Represents a set of filters used to obtain a chat event log.ChatEventLogFilters(boolean messageEdits, boolean messageDeletions, boolean messagePins, boolean memberJoins, boolean memberLeaves, boolean memberInvites, boolean memberPromotions, boolean memberRestrictions, boolean infoChanges, boolean settingChanges, boolean inviteLinkChanges, boolean videoChatChanges)Represents a set of filters used to obtain a chat event log.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
messageEdits
public boolean messageEdits
True, if message edits need to be returned.
-
messageDeletions
public boolean messageDeletions
True, if message deletions need to be returned.
-
messagePins
public boolean messagePins
True, if pin/unpin events need to be returned.
-
memberJoins
public boolean memberJoins
True, if members joining events need to be returned.
-
memberLeaves
public boolean memberLeaves
True, if members leaving events need to be returned.
-
memberInvites
public boolean memberInvites
True, if invited member events need to be returned.
-
memberPromotions
public boolean memberPromotions
True, if member promotion/demotion events need to be returned.
-
memberRestrictions
public boolean memberRestrictions
True, if member restricted/unrestricted/banned/unbanned events need to be returned.
-
infoChanges
public boolean infoChanges
True, if changes in chat information need to be returned.
-
settingChanges
public boolean settingChanges
True, if changes in chat settings need to be returned.
-
inviteLinkChanges
public boolean inviteLinkChanges
True, if changes to invite links need to be returned.
-
videoChatChanges
public boolean videoChatChanges
True, if video chat actions need to be returned.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatEventLogFilters
public ChatEventLogFilters()
Represents a set of filters used to obtain a chat event log.
-
ChatEventLogFilters
public ChatEventLogFilters(boolean messageEdits, boolean messageDeletions, boolean messagePins, boolean memberJoins, boolean memberLeaves, boolean memberInvites, boolean memberPromotions, boolean memberRestrictions, boolean infoChanges, boolean settingChanges, boolean inviteLinkChanges, boolean videoChatChanges)Represents a set of filters used to obtain a chat event log.- Parameters:
messageEdits- True, if message edits need to be returned.messageDeletions- True, if message deletions need to be returned.messagePins- True, if pin/unpin events need to be returned.memberJoins- True, if members joining events need to be returned.memberLeaves- True, if members leaving events need to be returned.memberInvites- True, if invited member events need to be returned.memberPromotions- True, if member promotion/demotion events need to be returned.memberRestrictions- True, if member restricted/unrestricted/banned/unbanned events need to be returned.infoChanges- True, if changes in chat information need to be returned.settingChanges- True, if changes in chat settings need to be returned.inviteLinkChanges- True, if changes to invite links need to be returned.videoChatChanges- True, if video chat actions need to be returned.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-