public static class TdApi.InviteGroupCallParticipants extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function