Class TdApi.InputMessageVideoNote

    • Field Detail

      • thumbnail

        public TdApi.InputThumbnail thumbnail
        Video thumbnail; pass null to skip thumbnail uploading.
      • 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()
        A video note message.
      • InputMessageVideoNote

        public InputMessageVideoNote​(TdApi.InputFile videoNote,
                                     TdApi.InputThumbnail thumbnail,
                                     int duration,
                                     int length)
        A video note message.
        Parameters:
        videoNote - Video note to be sent.
        thumbnail - Video thumbnail; pass null to skip thumbnail uploading.
        duration - Duration of the video, in seconds.
        length - Video width and height; must be positive and not greater than 640.