MadelineProto/old_docs/API_docs_v27/types/Chat.md
2017-02-12 20:32:28 +03:00

888 B

title description
Chat constructors and methods of type Chat

Type: Chat

Back to types index

The following syntaxes can also be used:

$auth_passwordRecovery = '@username'; // Username

$auth_passwordRecovery = 44700; // bot API id (users)
$auth_passwordRecovery = -492772765; // bot API id (chats)
$auth_passwordRecovery = -10038575794; // bot API id (channels)

$auth_passwordRecovery = 'user#44700'; // tg-cli style id (users)
$auth_passwordRecovery = 'chat#492772765'; // tg-cli style id (chats)
$auth_passwordRecovery = 'channel#38575794'; // tg-cli style id (channels)

Possible values (constructors):

chatEmpty

chat

chatForbidden

geoChat

Methods that return an object of this type (methods):