SetChatDraftMessage constructor
SetChatDraftMessage({
- required int chatId,
- MessageTopic? topicId,
- DraftMessage? draftMessage,
Implementation
SetChatDraftMessage({required this.chatId, this.topicId, this.draftMessage});