650 B
650 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:
$MadelineProto = new \danog\MadelineProto\API();
$MadelineProto->start();
$secret_chat_id = $MadelineProto->request_secret_chat('@danogentili');