MessageRecipient constructor

const MessageRecipient({
  1. int? chatId,
  2. required ChatType chatType,
})

Implementation

const MessageRecipient({
  this.chatId,
  required this.chatType,
});