- Enclosing class:
- TdApi
Invites users to an active group call.
Sends a service message of type
messageInviteToGroupCall for video chats.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Group call identifier.long[]
User identifiers. -
Constructor Summary
ConstructorDescriptionInvites users to an active group call.InviteGroupCallParticipants
(int groupCallId, long[] userIds) Invites users to an active group call.Invites users to an active group call. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
groupCallId
public int groupCallIdGroup call identifier. -
userIds
public long[] userIdsUser identifiers. At most 10 users can be invited simultaneously. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InviteGroupCallParticipants
public InviteGroupCallParticipants()Invites users to an active group call. Sends a service message of type messageInviteToGroupCall for video chats. ReturnsOk
-
InviteGroupCallParticipants
public InviteGroupCallParticipants(int groupCallId, long[] userIds) Invites users to an active group call. Sends a service message of type messageInviteToGroupCall for video chats. ReturnsOk
- Parameters:
groupCallId
- int Group call identifier.userIds
- long[] User identifiers. At most 10 users can be invited simultaneously.
-
InviteGroupCallParticipants
Invites users to an active group call. Sends a service message of type messageInviteToGroupCall for video chats. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-