- Enclosing class:
- TdApi
public static class TdApi.BotMediaPreview
extends TdApi.Object
Describes media previews of a bot.
-
Field Summary
Fields
static final int
Identifier uniquely determining type of the object.
int
Point in time (Unix timestamp) when the preview was added or changed last time.
-
Constructor Summary
Constructors
Describes media previews of a bot.
Describes media previews of a bot.
-
Method Summary
int
Returns an identifier uniquely determining type of the object.
-
Field Details
-
date
public int date
Point in time (Unix timestamp) when the preview was added or changed last time.
-
content
Content of the preview.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.
- See Also:
-
-
Constructor Details
-
BotMediaPreview
public BotMediaPreview()
Describes media previews of a bot.
-
BotMediaPreview
Describes media previews of a bot.
- Parameters:
date
- Point in time (Unix timestamp) when the preview was added or changed last time.
content
- Content of the preview.
-
Method Details
-
getConstructor
public int getConstructor()
Returns an identifier uniquely determining type of the object.
- Specified by:
getConstructor
in class TdApi.Object
- Returns:
- this.CONSTRUCTOR