Module tdlight.api

Class TdApi.InviteGroupCallParticipants

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Ok>
it.tdlight.jni.TdApi.InviteGroupCallParticipants
Enclosing class:
TdApi

public static final class TdApi.InviteGroupCallParticipants extends TdApi.Function<TdApi.Ok>
Invites users to an active group call. Sends a service message of type messageInviteToGroupCall for video chats. Returns Ok
  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • userIds

      public long[] userIds
      User 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. Returns Ok
    • InviteGroupCallParticipants

      public InviteGroupCallParticipants(int groupCallId, long[] userIds)
      Invites users to an active group call. Sends a service message of type messageInviteToGroupCall for video chats. Returns Ok
      Parameters:
      groupCallId - int Group call identifier.
      userIds - long[] User identifiers. At most 10 users can be invited simultaneously.
    • InviteGroupCallParticipants

      public InviteGroupCallParticipants(DataInput input) throws IOException
      Invites users to an active group call. Sends a service message of type messageInviteToGroupCall for video chats. Returns Ok
      Throws:
      IOException
  • Method Details