UpdateChatAPIEvent constructor

UpdateChatAPIEvent(
  1. String id,
  2. String type,
  3. Status status
)

Implementation

UpdateChatAPIEvent(this.id, this.type, this.status);