23 lines
516 B
Markdown
23 lines
516 B
Markdown
---
|
|
title: createSecretChat
|
|
description: Returns existing chat corresponding to the known secret chat
|
|
---
|
|
## Method: createSecretChat
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Returns existing chat corresponding to the known secret chat
|
|
|
|
### Params:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|secret\_chat\_id|[int](../types/int.md) | Yes|SecretChat identifier|
|
|
|
|
|
|
### Return type: [Chat](../types/Chat.md)
|
|
|