mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 12:47:56 +01:00
23 lines
534 B
Markdown
23 lines
534 B
Markdown
---
|
|
title: closeSecretChat
|
|
description: Closes secret chat, effectively transfering its state to "Closed"
|
|
---
|
|
## Method: closeSecretChat
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Closes secret chat, effectively transfering its state to "Closed"
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|secret\_chat\_id|[CLICK ME int](../types/int.md) | Yes|Secret chat identifier|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|