pub async fn get_forum_topic(
chat_id: i64,
message_thread_id: i64,
client_id: i32,
) -> Result<ForumTopic, Error>
Expand description
Returns information about a forum topic
ยงArguments
chat_id
- Identifier of the chatmessage_thread_id
- Message thread identifier of the forum topicclient_id
- The client id to send the request to