Class TdApi.MessageVideo

    • Field Detail

      • video

        public TdApi.Video video
        The video description.
      • 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()
        A video message.
      • MessageVideo

        public MessageVideo​(TdApi.Video video,
                            TdApi.FormattedText caption,
                            boolean isSecret)
        A video message.
        Parameters:
        video - The video description.
        caption - Video caption.
        isSecret - True, if the video thumbnail must be blurred and the video must be shown only while tapped.