public static class TdApi.InternalLinkTypeVideoChat extends TdApi.InternalLinkType
TdApi.InternalLinkType.Constructors
Modifier and Type | Field and Description |
---|---|
java.lang.String |
chatUsername
Username of the chat with the video chat.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
inviteHash
If non-empty, invite hash to be used to join the video chat without being muted by administrators.
|
boolean |
isLiveStream
True, if the video chat is expected to be a live stream in a channel or a broadcast group.
|
Constructor and Description |
---|
InternalLinkTypeVideoChat()
The link is a link to a video chat.
|
InternalLinkTypeVideoChat(java.lang.String chatUsername,
java.lang.String inviteHash,
boolean isLiveStream)
The link is a link to a video chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String chatUsername
public java.lang.String inviteHash
public boolean isLiveStream
public static final int CONSTRUCTOR
public InternalLinkTypeVideoChat()
public InternalLinkTypeVideoChat(java.lang.String chatUsername, java.lang.String inviteHash, boolean isLiveStream)
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
- True, if the video chat is expected to be a live stream in a channel or a broadcast group.public int getConstructor()
getConstructor
in class TdApi.InternalLinkType