public static class TdApi.MessageInviteVideoChatParticipants extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Identifier of the video chat.
|
long[] |
userIds
Invited user identifiers.
|
| Constructor and Description |
|---|
MessageInviteVideoChatParticipants()
A message with information about an invitation to a video chat.
|
MessageInviteVideoChatParticipants(int groupCallId,
long[] userIds)
A message with information about an invitation to a video chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int groupCallId
public long[] userIds
public static final int CONSTRUCTOR
public MessageInviteVideoChatParticipants()
public MessageInviteVideoChatParticipants(int groupCallId,
long[] userIds)
groupCallId - Identifier of the video chat. The video chat can be received through the method getGroupCall.userIds - Invited user identifiers.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object