InputMessageVideoNote constructor

InputMessageVideoNote({
  1. InputVideoNote? videoNote,
  2. MessageSelfDestructType? selfDestructType,
})

Implementation

InputMessageVideoNote({this.videoNote, this.selfDestructType});