Class TdApi.InviteGroupCallParticipant

Enclosing class:
TdApi

public static class TdApi.InviteGroupCallParticipant extends TdApi.Function<TdApi.InviteGroupCallParticipantResult>
Invites a user to an active group call; for group calls not bound to a chat only. Sends a service message of the type messageGroupCall. The group call can have at most getOption("group_call_participant_count_max") participants.

Returns InviteGroupCallParticipantResult

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    int
    Group call identifier.
    boolean
    Pass true if the group call is a video call.
    long
    User identifier.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which invites a user to an active group call; for group calls not bound to a chat only.
    InviteGroupCallParticipant(int groupCallId, long userId, boolean isVideo)
    Creates a function, which invites a user to an active group call; for group calls not bound to a chat only.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class org.drinkless.tdlib.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • userId

      public long userId
      User identifier.
    • isVideo

      public boolean isVideo
      Pass true if the group call is a video call.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • InviteGroupCallParticipant

      public InviteGroupCallParticipant()
      Default constructor for a function, which invites a user to an active group call; for group calls not bound to a chat only. Sends a service message of the type messageGroupCall. The group call can have at most getOption("group_call_participant_count_max") participants.

      Returns InviteGroupCallParticipantResult

    • InviteGroupCallParticipant

      public InviteGroupCallParticipant(int groupCallId, long userId, boolean isVideo)
      Creates a function, which invites a user to an active group call; for group calls not bound to a chat only. Sends a service message of the type messageGroupCall. The group call can have at most getOption("group_call_participant_count_max") participants.

      Returns InviteGroupCallParticipantResult

      Parameters:
      groupCallId - Group call identifier.
      userId - User identifier.
      isVideo - Pass true if the group call is a video call.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR