public static class TdApi.TextEntityTypeMediaTimestamp extends TdApi.TextEntityType
TdApi.TextEntityType.Constructors
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 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() |
toString
public int mediaTimestamp
public static final int CONSTRUCTOR
public TextEntityTypeMediaTimestamp()
public TextEntityTypeMediaTimestamp(int mediaTimestamp)
mediaTimestamp
- Timestamp from which a video/audio/video note/voice note playing must start, in seconds. The media can be in the content or the web page preview of the current message, or in the same places in the replied message.public int getConstructor()
getConstructor
in class TdApi.TextEntityType