mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-11-26 20:35:03 +01:00
721 B
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');