pub async fn remove_top_chat(
category: TopChatCategory,
chat_id: i64,
client_id: i32,
) -> Result<(), Error>
Expand description
Removes a chat from the list of frequently used chats. Supported only if the chat info database is enabled
ยงArguments
category
- Category of frequently used chatschat_id
- Chat identifierclient_id
- The client id to send the request to