pub async fn get_message_import_confirmation_text(
chat_id: i64,
client_id: i32,
) -> Result<Text, Error>Expand description
Returns a confirmation text to be shown to the user before starting message import
ยงArguments
chat_id- Identifier of a chat to which the messages will be imported. It must be an identifier of a private chat with a mutual contact or an identifier of a supergroup chat with can_change_info member rightclient_id- The client id to send the request to