Function remove_top_chat

Source
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 chats
  • chat_id - Chat identifier
  • client_id - The client id to send the request to