public static class TdApi.UpdateChatOnlineMemberCount extends TdApi.Update
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object