Module tdlight.api

Class TdApi.GetGroupCallInviteLink

Enclosing class:
TdApi

public static final class TdApi.GetGroupCallInviteLink extends TdApi.Function<TdApi.HttpUrl>
Returns invite link to a video chat in a public chat. Returns HttpUrl
  • 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
      See Also:
  • Constructor Details

    • GetGroupCallInviteLink

      public GetGroupCallInviteLink()
      Returns invite link to a video chat in a public chat. Returns HttpUrl
    • GetGroupCallInviteLink

      public GetGroupCallInviteLink(int groupCallId, boolean canSelfUnmute)
      Returns invite link to a video chat in a public chat. Returns HttpUrl
      Parameters:
      groupCallId - int Group call identifier.
      canSelfUnmute - 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. Requires groupCall.canBeManaged group call flag.
    • GetGroupCallInviteLink

      public GetGroupCallInviteLink(DataInput input) throws IOException
      Returns invite link to a video chat in a public chat. Returns HttpUrl
      Throws:
      IOException
  • Method Details