Package it.tdlight.jni
Class TdApi.UpdateChatOnlineMemberCount
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatOnlineMemberCount
- Enclosing class:
- TdApi
public static class TdApi.UpdateChatOnlineMemberCount extends TdApi.Update
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
Fields Modifier and Type Field Description long
chatId
Identifier of the chat.static int
CONSTRUCTOR
int
onlineMemberCount
New number of online members in the chat, or 0 if unknown. -
Constructor Summary
Constructors Constructor Description UpdateChatOnlineMemberCount()
The number of online group members has changed.UpdateChatOnlineMemberCount(long chatId, int onlineMemberCount)
The number of online group members has changed.UpdateChatOnlineMemberCount(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-