Class TdApi.TextEntityTypeMediaTimestamp

  • Enclosing class:
    TdApi

    public static class TdApi.TextEntityTypeMediaTimestamp
    extends TdApi.TextEntityType
    A media timestamp.
    • 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.