Class TdApi.MessageVideoNote

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      boolean isSecret
      True, if the video note thumbnail must be blurred and the video note must be shown only while tapped.
      boolean isViewed
      True, if at least one of the recipients has viewed the video note.
      TdApi.VideoNote videoNote
      Message content.
    • 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()
        Default constructor.
      • MessageVideoNote

        public MessageVideoNote​(TdApi.VideoNote videoNote,
                                boolean isViewed,
                                boolean isSecret)
        Constructor for initialization of all fields.
        Parameters:
        videoNote - Message content.
        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.