UpdateChatDraftMessage constructor
UpdateChatDraftMessage({
- String? extra,
- int? client_id,
- int53? chat_id,
- DraftMessage? draft_message,
- vector<
ChatPosition> ? positions,
Implementation
UpdateChatDraftMessage({
super.extra,
super.client_id,
this.chat_id,
this.draft_message,
this.positions,
});