SendChatAPIChatState constructor

SendChatAPIChatState(
  1. String id,
  2. String message,
  3. String name,
  4. String type, {
  5. int? size,
})

Implementation

SendChatAPIChatState(this.id, this.message, this.name, this.type, {this.size});