Class TdApi.InputMessageVideoNote

    • Field Detail

      • duration

        public int duration
        Duration of the video, in seconds.
      • length

        public int length
        Video width and height; must be positive and not greater than 640.
      • CONSTRUCTOR

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

      • InputMessageVideoNote

        public InputMessageVideoNote()
        Default constructor.
      • InputMessageVideoNote

        public InputMessageVideoNote​(TdApi.InputFile videoNote,
                                     TdApi.InputThumbnail thumbnail,
                                     int duration,
                                     int length)
        Constructor for initialization of all fields.
        Parameters:
        videoNote - Video note to be sent.
        thumbnail - Video thumbnail, if available.
        duration - Duration of the video, in seconds.
        length - Video width and height; must be positive and not greater than 640.