public static class TdApi.TextEntityTypeMediaTimestamp extends TdApi.TextEntityType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
mediaTimestamp
Timestamp from which a video/audio/video note/voice note/story playing must start, in seconds.
|
| Constructor and Description |
|---|
TextEntityTypeMediaTimestamp()
A media timestamp.
|
TextEntityTypeMediaTimestamp(int mediaTimestamp)
A media timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int mediaTimestamp
public static final int CONSTRUCTOR
public TextEntityTypeMediaTimestamp()
public TextEntityTypeMediaTimestamp(int mediaTimestamp)
mediaTimestamp - Timestamp from which a video/audio/video note/voice note/story playing must start, in seconds. The media can be in the content or the link preview of the current message, or in the same places in the replied message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object