631 B
631 B
title | description |
---|---|
secretChatInfo | Secret chat with one user |
Constructor: secretChatInfo
Secret chat with one user
Attributes:
Name | Type | Required | Description |
---|---|---|---|
secret_chat | secretChat | Yes | Information about the chat |
Type: ChatInfo
Example:
$secretChatInfo = ['_' => 'secretChatInfo', 'secret_chat' => secretChat, ];
Or, if you're into Lua:
secretChatInfo={_='secretChatInfo', secret_chat=secretChat, }