public static class TdApi.BotMediaPreviews extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.BotMediaPreview[] |
previews
List of media previews.
|
| Constructor and Description |
|---|
BotMediaPreviews()
Contains a list of media previews of a bot.
|
BotMediaPreviews(TdApi.BotMediaPreview[] previews)
Contains a list of media previews of a bot.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.BotMediaPreview[] previews
public static final int CONSTRUCTOR
public BotMediaPreviews()
public BotMediaPreviews(TdApi.BotMediaPreview[] previews)
previews - List of media previews.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object