videoNote property

  1. @JsonKey(name: 'video_note')
VideoNote? get videoNote
inherited

Optional. Message is a video note, information about the video message

Implementation

@JsonKey(name: 'video_note')
VideoNote? get videoNote;