23 lines
521 B
Markdown
23 lines
521 B
Markdown
---
|
|
title: deleteRecentlyFoundChat
|
|
description: Deletes chat from the list of recently found chats
|
|
---
|
|
## Method: deleteRecentlyFoundChat
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Deletes chat from the list of recently found chats
|
|
|
|
### Params:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|chat\_id|[InputPeer](../types/InputPeer.md) | Yes|Identifier of the chat to delete|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|