public static class TdApi.InviteGroupCallParticipants extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Group call identifier.
|
long[] |
userIds
User identifiers.
|
| Constructor and Description |
|---|
InviteGroupCallParticipants()
Default constructor for a function, which invites users to an active group call.
|
InviteGroupCallParticipants(int groupCallId,
long[] userIds)
Creates a function, which invites users to an active group call.
|
| 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 InviteGroupCallParticipants()
Returns Ok
public InviteGroupCallParticipants(int groupCallId,
long[] userIds)
Returns Ok
groupCallId - Group call identifier.userIds - User identifiers. At most 10 users can be invited simultaneously.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object