public static class TdApi.LinkPreviewTypeChannelBoost extends TdApi.LinkPreviewType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatPhoto |
photo
Photo of the chat; may be null.
|
| Constructor and Description |
|---|
LinkPreviewTypeChannelBoost()
The link is a link to boost a channel chat.
|
LinkPreviewTypeChannelBoost(TdApi.ChatPhoto photo)
The link is a link to boost a channel chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatPhoto photo
public static final int CONSTRUCTOR
public LinkPreviewTypeChannelBoost()
public LinkPreviewTypeChannelBoost(TdApi.ChatPhoto photo)
photo - Photo of the chat; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object