RpcResult

class pyrogram.raw.base.RpcResult

Telegram API base type.

Constructors:

This base type has 1 constructor available.

RpcResult

Telegram API type.

TL Schema

rpc_result#f35c6d01
req_msg_id:long
result:Object

= RpcResult

Parameter Tree

RpcResult
├── req_msg_idlong
└── resultObject

Example

RpcResult(
    req_msg_id=0,
    result=None,
)