ChatTypeBasicGroup constructor

const ChatTypeBasicGroup({
  1. required int basicGroupId,
})

A basic group (a chat with 0-200 other users)

Implementation

const ChatTypeBasicGroup({
  required this.basicGroupId,
});