java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventLogFilters
- Enclosing class:
- TdApi
Represents a set of filters used to
obtain a chat event log.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intbooleanTrue, if forum-related actions need to be returned.booleanTrue, if changes in chat information need to be returned.booleanTrue, if changes to invite links need to be returned.booleanTrue, if invited member events need to be returned.booleanTrue, if members joining events need to be returned.booleanTrue, if members leaving events need to be returned.booleanTrue, if member promotion/demotion events need to be returned.booleanTrue, if member restricted/unrestricted/banned/unbanned events need to be returned.booleanTrue, if message deletions need to be returned.booleanTrue, if message edits need to be returned.booleanTrue, if pin/unpin events need to be returned.booleanTrue, if changes in chat settings need to be returned.booleanTrue, if video chat actions need to be returned. -
Constructor Summary
ConstructorsConstructorDescriptionRepresents 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, boolean forumChanges) Represents a set of filters used to obtain a chat event log.ChatEventLogFilters(DataInput input) Represents a set of filters used to obtain a chat event log. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
messageEdits
public boolean messageEditsTrue, if message edits need to be returned. -
messageDeletions
public boolean messageDeletionsTrue, if message deletions need to be returned. -
messagePins
public boolean messagePinsTrue, if pin/unpin events need to be returned. -
memberJoins
public boolean memberJoinsTrue, if members joining events need to be returned. -
memberLeaves
public boolean memberLeavesTrue, if members leaving events need to be returned. -
memberInvites
public boolean memberInvitesTrue, if invited member events need to be returned. -
memberPromotions
public boolean memberPromotionsTrue, if member promotion/demotion events need to be returned. -
memberRestrictions
public boolean memberRestrictionsTrue, if member restricted/unrestricted/banned/unbanned events need to be returned. -
infoChanges
public boolean infoChangesTrue, if changes in chat information need to be returned. -
settingChanges
public boolean settingChangesTrue, if changes in chat settings need to be returned. -
inviteLinkChanges
public boolean inviteLinkChangesTrue, if changes to invite links need to be returned. -
videoChatChanges
public boolean videoChatChangesTrue, if video chat actions need to be returned. -
forumChanges
public boolean forumChangesTrue, if forum-related actions need to be returned. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
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, boolean forumChanges) Represents a set of filters used to obtain a chat event log.- Parameters:
messageEdits- boolean True, if message edits need to be returned.messageDeletions- boolean True, if message deletions need to be returned.messagePins- boolean True, if pin/unpin events need to be returned.memberJoins- boolean True, if members joining events need to be returned.memberLeaves- boolean True, if members leaving events need to be returned.memberInvites- boolean True, if invited member events need to be returned.memberPromotions- boolean True, if member promotion/demotion events need to be returned.memberRestrictions- boolean True, if member restricted/unrestricted/banned/unbanned events need to be returned.infoChanges- boolean True, if changes in chat information need to be returned.settingChanges- boolean True, if changes in chat settings need to be returned.inviteLinkChanges- boolean True, if changes to invite links need to be returned.videoChatChanges- boolean True, if video chat actions need to be returned.forumChanges- boolean True, if forum-related actions need to be returned.
-
ChatEventLogFilters
Represents a set of filters used to obtain a chat event log.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-