24 lines
630 B
Markdown
24 lines
630 B
Markdown
---
|
|
title: getSecretChat
|
|
description: Returns information about a secret chat by its identifier, offline request
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: getSecretChat
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Returns information about a secret chat by its identifier, offline request
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|secret\_chat\_id|[int](../types/int.md) | Secret chat identifier | Yes|
|
|
|
|
|
|
### Return type: [SecretChat](../types/SecretChat.md)
|
|
|