UpdateChatDraftMessage constructor
UpdateChatDraftMessage({
- required int chatId,
- DraftMessage? draftMessage,
- required List<
ChatPosition> positions,
Implementation
UpdateChatDraftMessage({
required this.chatId,
this.draftMessage,
required this.positions,
});