Package org.drinkless.tdlib
Class TdApi.ChatMembersFilterMention
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatMembersFilter
-
- org.drinkless.tdlib.TdApi.ChatMembersFilterMention
-
- Enclosing class:
- TdApi
public static class TdApi.ChatMembersFilterMention extends TdApi.ChatMembersFilter
Returns users which can be mentioned in the chat.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.longmessageThreadIdIf non-zero, the identifier of the current message thread.
-
Constructor Summary
Constructors Constructor Description ChatMembersFilterMention()Returns users which can be mentioned in the chat.ChatMembersFilterMention(long messageThreadId)Returns users which can be mentioned in the chat.
-
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
-
messageThreadId
public long messageThreadId
If non-zero, the identifier of the current message thread.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatMembersFilterMention
public ChatMembersFilterMention()
Returns users which can be mentioned in the chat.
-
ChatMembersFilterMention
public ChatMembersFilterMention(long messageThreadId)
Returns users which can be mentioned in the chat.- Parameters:
messageThreadId- If non-zero, the identifier of the current message thread.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-