Package it.tdlight.jni
Class TdApi.GetGroupCallInviteLink
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetGroupCallInviteLink
- Enclosing class:
- TdApi
public static class TdApi.GetGroupCallInviteLink extends TdApi.Function
Returns invite link to a voice chat
in a public chat.
Returns HttpUrl
-
Field Summary
Fields Modifier and Type Field Description 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.static int
CONSTRUCTOR
int
groupCallId
Group call identifier. -
Constructor Summary
Constructors Constructor Description GetGroupCallInviteLink()
Returns invite link to a voice chat in a public chat.GetGroupCallInviteLink(int groupCallId, boolean canSelfUnmute)
Returns invite link to a voice chat in a public chat.GetGroupCallInviteLink(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
groupCallId
public int groupCallIdGroup call identifier. -
canSelfUnmute
public boolean canSelfUnmutePass 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:
- Constant Field Values
-
-
Constructor Details
-
GetGroupCallInviteLink
public GetGroupCallInviteLink()Returns invite link to a voice chat in a public chat.Returns
HttpUrl
-
GetGroupCallInviteLink
public GetGroupCallInviteLink(int groupCallId, boolean canSelfUnmute)Returns invite link to a voice 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
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-