MutedConversation constructor

MutedConversation({
  1. String? id,
  2. MutedConversationType? type,
  3. num? until,
})

Implementation

MutedConversation({this.id, this.type, this.until});