MadelineProtoDocs/docs/requestSecretChat.md

651 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->requestSecretChat('@danogentili');