Package org.drinkless.tdlib
Class TdApi.TextEntityTypeMediaTimestamp
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.TextEntityType
-
- org.drinkless.tdlib.TdApi.TextEntityTypeMediaTimestamp
-
- Enclosing class:
- TdApi
public static class TdApi.TextEntityTypeMediaTimestamp extends TdApi.TextEntityType
A media timestamp.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intmediaTimestampTimestamp from which a video/audio/video note/voice note playing must start, in seconds.
-
Constructor Summary
Constructors Constructor Description TextEntityTypeMediaTimestamp()A media timestamp.TextEntityTypeMediaTimestamp(int mediaTimestamp)A media timestamp.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
mediaTimestamp
public int 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.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TextEntityTypeMediaTimestamp
public TextEntityTypeMediaTimestamp()
A media timestamp.
-
TextEntityTypeMediaTimestamp
public TextEntityTypeMediaTimestamp(int mediaTimestamp)
A media timestamp.- Parameters:
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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-