MadelineProtoDocs/docs/requestSecretChat.md

686 B

title description redirect_from
requestSecretChat requestSecretChat parameters, return type and example /request_secret_chat.html

Method: requestSecretChat

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