public static class TdApi.MessageChatAddMembers extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
memberUserIds
User identifiers of the new members.
|
| Constructor and Description |
|---|
MessageChatAddMembers()
New chat members were added.
|
MessageChatAddMembers(long[] memberUserIds)
New chat members were added.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long[] memberUserIds
public static final int CONSTRUCTOR
public MessageChatAddMembers()
public MessageChatAddMembers(long[] memberUserIds)
memberUserIds - User identifiers of the new members.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object