MadelineProtoDocs/docs/request_secret_chat.md
2018-04-01 13:24:46 +02:00

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');