RpcResult
- class pyrogram.raw.types.RpcResult
Telegram API type.
Constructor of
RpcResult.- Details:
Layer:
223ID:
F35C6D01
- Parameters:
req_msg_id (
int64-bit) – N/Aresult (
Object) – N/A
TL Schema
rpc_result#f35c6d01
req_msg_id:long
result:Object
= RpcResult
Parameter Tree
RpcResult
├── req_msg_id →
long└── result →
ObjectExample
RpcResult(
req_msg_id=0,
result=None,
)