CatapushSendMessage constructor

CatapushSendMessage({
  1. String? text,
  2. String? channel,
  3. String? replyTo,
  4. CatapushFile? file,
})

Implementation

CatapushSendMessage({this.text, this.channel, this.replyTo, this.file});