pub async fn send_text_message_draft(
chat_id: i64,
forum_topic_id: i32,
draft_id: i64,
text: FormattedText,
client_id: i32,
) -> Result<(), Error>Expand description
Sends a draft for a being generated text message; for bots only
ยงArguments
chat_id- Chat identifierforum_topic_id- The forum topic identifier in which the message will be sent; pass 0 if nonedraft_id- Unique identifier of the drafttext- Draft text of the messageclient_id- The client id to send the request to