public static class TdApi.MessageInviteVideoChatParticipants extends TdApi.MessageContent
TdApi.MessageContent.Constructors
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 invite to a video chat.
|
MessageInviteVideoChatParticipants(int groupCallId,
long[] userIds)
A message with information about an invite to a video chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public 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()
getConstructor
in class TdApi.MessageContent