public static class TdApi.TargetChatInternalLink extends TdApi.TargetChat
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InternalLinkType |
link
An internal link pointing to the chat.
|
| Constructor and Description |
|---|
TargetChatInternalLink()
The chat needs to be open with the provided internal link.
|
TargetChatInternalLink(TdApi.InternalLinkType link)
The chat needs to be open with the provided internal link.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.InternalLinkType link
public static final int CONSTRUCTOR
public TargetChatInternalLink()
public TargetChatInternalLink(TdApi.InternalLinkType link)
link - An internal link pointing to the chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object