- Enclosing class:
- TdApi
Invites users to an active group call.
Sends a service message of type
messageInviteToGroupCall for video chats.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intintGroup call identifier.long[]User identifiers. -
Constructor Summary
ConstructorsConstructorDescriptionInvites 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-