java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatOnlineMemberCount
- Enclosing class:
- TdApi
The number of online group members
has changed. This update with non-zero
count is sent only for currently opened
chats. There is no guarantee that it
will be sent just after the count has changed.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the chat.static final int
int
New number of online members in the chat, or 0 if unknown. -
Constructor Summary
ConstructorDescriptionThe number of online group members has changed.UpdateChatOnlineMemberCount
(long chatId, int onlineMemberCount) The number of online group members has changed.The number of online group members has changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdIdentifier of the chat. -
onlineMemberCount
public int onlineMemberCountNew number of online members in the chat, or 0 if unknown. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateChatOnlineMemberCount
public UpdateChatOnlineMemberCount()The number of online group members has changed. This update with non-zero count is sent only for currently opened chats. There is no guarantee that it will be sent just after the count has changed. -
UpdateChatOnlineMemberCount
public UpdateChatOnlineMemberCount(long chatId, int onlineMemberCount) The number of online group members has changed. This update with non-zero count is sent only for currently opened chats. There is no guarantee that it will be sent just after the count has changed.- Parameters:
chatId
- long Identifier of the chat.onlineMemberCount
- int New number of online members in the chat, or 0 if unknown.
-
UpdateChatOnlineMemberCount
The number of online group members has changed. This update with non-zero count is sent only for currently opened chats. There is no guarantee that it will be sent just after the count has changed.- 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()
-