get_forum_topic

Function get_forum_topic 

Source
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 chat
  • message_thread_id - Message thread identifier of the forum topic
  • client_id - The client id to send the request to