Function get_message_thread

Source
pub async fn get_message_thread(
    chat_id: i64,
    message_id: i64,
    client_id: i32,
) -> Result<MessageThreadInfo, Error>
Expand description

Returns information about a message thread. Can be used only if message.can_get_message_thread == true

ยงArguments

  • chat_id - Chat identifier
  • message_id - Identifier of the message
  • client_id - The client id to send the request to