SetChatDraftMessage constructor

SetChatDraftMessage({
  1. required int chatId,
  2. MessageTopic? topicId,
  3. DraftMessage? draftMessage,
})

Implementation

SetChatDraftMessage({required this.chatId, this.topicId, this.draftMessage});