MadelineProtoDocs/docs/requestSecretChat.md
2020-01-05 17:55:38 +01:00

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