Class TdApi.MessageVideoNote

    • Field Detail

      • isViewed

        public boolean isViewed
        True, if at least one of the recipients has viewed the video note.
      • isSecret

        public boolean isSecret
        True, if the video note thumbnail must be blurred and the video note 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

      • MessageVideoNote

        public MessageVideoNote()
        A video note message.
      • MessageVideoNote

        public MessageVideoNote​(TdApi.VideoNote videoNote,
                                boolean isViewed,
                                boolean isSecret)
        A video note message.
        Parameters:
        videoNote - The video note description.
        isViewed - True, if at least one of the recipients has viewed the video note.
        isSecret - True, if the video note thumbnail must be blurred and the video note must be shown only while tapped.