public static class TdApi.InternalLinkTypePublicChat extends TdApi.InternalLinkType
TdApi.InternalLinkType.Constructors
Modifier and Type | Field and Description |
---|---|
java.lang.String |
chatUsername
Username of the chat.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
InternalLinkTypePublicChat()
The link is a link to a chat by its username.
|
InternalLinkTypePublicChat(java.lang.String chatUsername)
The link is a link to a chat by its username.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String chatUsername
public static final int CONSTRUCTOR
public InternalLinkTypePublicChat()
public InternalLinkTypePublicChat(java.lang.String chatUsername)
chatUsername
- Username of the chat.public int getConstructor()
getConstructor
in class TdApi.InternalLinkType