java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatMembersFilter
it.tdlight.jni.TdApi.ChatMembersFilterMention
- Enclosing class:
- TdApi
Returns users which can be mentioned
in the chat.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
If non-zero, the identifier of the current message thread. -
Constructor Summary
ConstructorDescriptionReturns users which can be mentioned in the chat.ChatMembersFilterMention
(long messageThreadId) Returns users which can be mentioned in the chat.Returns users which can be mentioned in the chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
messageThreadId
public long messageThreadIdIf non-zero, the identifier of the current message thread. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
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
- long If non-zero, the identifier of the current message thread.
-
ChatMembersFilterMention
Returns users which can be mentioned in the chat.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-