public static class TdApi.ChatEventMemberInvited extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatMemberStatus |
status
New member status.
|
long |
userId
New member user identifier.
|
| Constructor and Description |
|---|
ChatEventMemberInvited()
A new chat member was invited.
|
ChatEventMemberInvited(long userId,
TdApi.ChatMemberStatus status)
A new chat member was invited.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long userId
public TdApi.ChatMemberStatus status
public static final int CONSTRUCTOR
public ChatEventMemberInvited()
public ChatEventMemberInvited(long userId,
TdApi.ChatMemberStatus status)
userId - New member user identifier.status - New member status.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object