Class TdApi.InviteGroupCallParticipants

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

public static class TdApi.InviteGroupCallParticipants
extends TdApi.Function
Invites users to a group call. Sends a service message of type messageInviteToGroupCall for voice chats.

Returns Ok

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • userIds

      public int[] userIds
      User identifiers. At most 10 users can be invited simultaneously.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • InviteGroupCallParticipants

      public InviteGroupCallParticipants()
      Invites users to a group call. Sends a service message of type messageInviteToGroupCall for voice chats.

      Returns Ok

    • InviteGroupCallParticipants

      public InviteGroupCallParticipants​(int groupCallId, int[] userIds)
      Invites users to a group call. Sends a service message of type messageInviteToGroupCall for voice chats.

      Returns Ok

      Parameters:
      groupCallId - int Group call identifier.
      userIds - int[] User identifiers. At most 10 users can be invited simultaneously.
    • InviteGroupCallParticipants

      public InviteGroupCallParticipants​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details