MadelineProtoDocs/docs/requestSecretChat.md
2024-05-01 14:53:46 +02:00

739 B

title description redirect_from grand_parent parent
requestSecretChat requestSecretChat parameters, return type and example /request_secret_chat.html Telegram RPC API Methods

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 = $MadelineProto->requestSecretChat('@danogentili');