public static class TdApi.ChatBoostLinkInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat to which the link points; 0 if the chat isn't found.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isPublic
True, if the link will work for non-members of the chat.
|
| Constructor and Description |
|---|
ChatBoostLinkInfo()
Contains information about a link to boost a chat.
|
ChatBoostLinkInfo(boolean isPublic,
long chatId)
Contains information about a link to boost a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean isPublic
public long chatId
public static final int CONSTRUCTOR
public ChatBoostLinkInfo()
public ChatBoostLinkInfo(boolean isPublic,
long chatId)
isPublic - True, if the link will work for non-members of the chat.chatId - Identifier of the chat to which the link points; 0 if the chat isn't found.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object