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 identifiermessage_id
- Identifier of the messageclient_id
- The client id to send the request to