MadelineProtoDocs/docs/requestSecretChat.md
2024-05-23 18:25:50 +02:00

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