public static class TdApi.UpdateChatOnlineMemberCount extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Identifier of the chat.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
onlineMemberCount
New number of online members in the chat, or 0 if unknown.
|
Constructor and Description |
---|
UpdateChatOnlineMemberCount()
The number of online group members has changed.
|
UpdateChatOnlineMemberCount(long chatId,
int onlineMemberCount)
The number of online group members has changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public int onlineMemberCount
public static final int CONSTRUCTOR
public UpdateChatOnlineMemberCount()
public UpdateChatOnlineMemberCount(long chatId, int onlineMemberCount)
chatId
- Identifier of the chat.onlineMemberCount
- New number of online members in the chat, or 0 if unknown.public int getConstructor()
getConstructor
in class TdApi.Update