UpdateChatDraftMessage constructor

UpdateChatDraftMessage({
  1. required int chatId,
  2. DraftMessage? draftMessage,
  3. required List<ChatPosition> positions,
})

Implementation

UpdateChatDraftMessage({
  required this.chatId,
  this.draftMessage,
  required this.positions,
});