InputVideoNote¶
A video note to be sent
InputVideoNote(
video_note: InputFile,
thumbnail: InputThumbnail,
duration: int32,
length: int32
) → InputVideoNote
video_note¶
Video note file to be sent. The video is expected to be encoded to MPEG4 format with H.264 codec and have no data outside of the visible circle
thumbnail¶
Video thumbnail; may be null if empty; pass null to skip thumbnail uploading
duration¶
int32
Duration of the video, in seconds; 0-60
length¶
int32
Video width and height; must be positive and not greater than 640