MadelineProto/docs/TD_docs/constructors/chatTypeSecret.md

24 lines
479 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: chatTypeSecret
description: Secret chat with a user
---
## Constructor: chatTypeSecret
[Back to constructors index](index.md)
Secret chat with a user
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|secret\_chat\_id|[int](../types/int.md) | Yes|Secret chat identifier|
2017-12-21 21:08:25 +01:00
|user\_id|[int](../types/int.md) | Yes|User identifier of the peer|
2017-08-25 15:05:53 +02:00
### Type: [ChatType](../types/ChatType.md)