ChatMessageBody constructor

ChatMessageBody({
  1. required MessageType type,
})

Implementation

ChatMessageBody({required this.type});