miniproto.mtproto.codec.RpcResult
miniproto.mtproto.codec.RpcResult
Section titled “miniproto.mtproto.codec.RpcResult”RpcResult(req_msg_id: int, result: ByteBuffer | object) -> NoneMTProto rpc_result body containing raw or decoded result data.
Attributes:
- req_msg_id (
int) – Message ID of the corresponding RPC request. - result (
ByteBuffer | object) – Raw result bytes or a decoded result object.