Class TdApi.GetGroupCallInviteLink

Enclosing class:
TdApi

public static class TdApi.GetGroupCallInviteLink extends TdApi.Function<TdApi.HttpUrl>
Returns invite link to a video chat in a public chat.

Returns HttpUrl

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
    Pass true if the invite link needs to contain an invite hash, passing which to joinGroupCall would allow the invited user to unmute themselves.
    static final int
    Identifier uniquely determining type of the object.
    int
    Group call identifier.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which returns invite link to a video chat in a public chat.
    GetGroupCallInviteLink(int groupCallId, boolean canSelfUnmute)
    Creates a function, which returns invite link to a video chat in a public chat.
  • Method Summary

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

    Methods inherited from class dev.voroby.springframework.telegram.client.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.
    • canSelfUnmute

      public boolean canSelfUnmute
      Pass true if the invite link needs to contain an invite hash, passing which to joinGroupCall would allow the invited user to unmute themselves. Requires groupCall.canBeManaged group call flag.
    • CONSTRUCTOR

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

    • GetGroupCallInviteLink

      public GetGroupCallInviteLink()
      Default constructor for a function, which returns invite link to a video chat in a public chat.

      Returns HttpUrl

    • GetGroupCallInviteLink

      public GetGroupCallInviteLink(int groupCallId, boolean canSelfUnmute)
      Creates a function, which returns invite link to a video chat in a public chat.

      Returns HttpUrl

      Parameters:
      groupCallId - Group call identifier.
      canSelfUnmute - Pass true if the invite link needs to contain an invite hash, passing which to joinGroupCall would allow the invited user to unmute themselves. Requires groupCall.canBeManaged group call flag.
  • 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