java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TextEntityType
it.tdlight.jni.TdApi.TextEntityTypeMediaTimestamp
- Enclosing class:
- TdApi
A media timestamp.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intintTimestamp from which a video/audio/video note/voice note playing must start, in seconds. -
Constructor Summary
ConstructorsConstructorDescriptionA media timestamp.TextEntityTypeMediaTimestamp(int mediaTimestamp) A media timestamp.A media timestamp. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
mediaTimestamp
public int mediaTimestampTimestamp 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- See Also:
-
-
Constructor Details
-
TextEntityTypeMediaTimestamp
public TextEntityTypeMediaTimestamp()A media timestamp. -
TextEntityTypeMediaTimestamp
public TextEntityTypeMediaTimestamp(int mediaTimestamp) A media timestamp.- Parameters:
mediaTimestamp- int 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.
-
TextEntityTypeMediaTimestamp
A media timestamp.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-