653 B
653 B
title | description |
---|---|
request_secret_chat | request_secret_chat parameters, return type and example |
Method: request_secret_chat
Parameters:
Name | Type |
---|---|
id | A username, a bot API chat id, a tg-cli chat id, a User, an InputPeer, an InputUser, a Peer |
Return type: Number
Returns the secret chat ID
Example (now fully async!):
$secret_chat_id = yield $MadelineProto->request_secret_chat('@danogentili');