java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeVideoChat
- Enclosing class:
- TdApi
The link is a link to a video chat.
Call searchPublicChat with the given
chat username, and then joinGroupCall
with the given invite hash to process the link.
-
Field Summary
Modifier and TypeFieldDescriptionUsername of the chat with the video chat.static final int
If non-empty, invite hash to be used to join the video chat without being muted by administrators.boolean
True, if the video chat is expected to be a live stream in a channel or a broadcast group. -
Constructor Summary
ConstructorDescriptionThe link is a link to a video chat.The link is a link to a video chat.InternalLinkTypeVideoChat
(String chatUsername, String inviteHash, boolean isLiveStream) The link is a link to a video chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatUsername
Username of the chat with the video chat. -
inviteHash
If non-empty, invite hash to be used to join the video chat without being muted by administrators. -
isLiveStream
public boolean isLiveStreamTrue, if the video chat is expected to be a live stream in a channel or a broadcast group. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InternalLinkTypeVideoChat
public InternalLinkTypeVideoChat()The link is a link to a video chat. Call searchPublicChat with the given chat username, and then joinGroupCall with the given invite hash to process the link. -
InternalLinkTypeVideoChat
The link is a link to a video chat. Call searchPublicChat with the given chat username, and then joinGroupCall with the given invite hash to process the link.- Parameters:
chatUsername
- String Username of the chat with the video chat.inviteHash
- String If non-empty, invite hash to be used to join the video chat without being muted by administrators.isLiveStream
- boolean True, if the video chat is expected to be a live stream in a channel or a broadcast group.
-
InternalLinkTypeVideoChat
The link is a link to a video chat. Call searchPublicChat with the given chat username, and then joinGroupCall with the given invite hash to process the link.- 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()
-