Class TdApi.MessageVideo

    • Field Detail

      • isSecret

        public boolean isSecret
        True, if the video thumbnail must be blurred and the video must be shown only while tapped.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MessageVideo

        public MessageVideo()
        Default constructor.
      • MessageVideo

        public MessageVideo​(TdApi.Video video,
                            TdApi.FormattedText caption,
                            boolean isSecret)
        Constructor for initialization of all fields.
        Parameters:
        video - Message content.
        caption - Video caption.
        isSecret - True, if the video thumbnail must be blurred and the video must be shown only while tapped.