MsgsStateInfo

class pyrogram.raw.base.MsgsStateInfo

Telegram API base type.

Constructors:

This base type has 1 constructor available.

MsgsStateInfo

Telegram API type.

TL Schema

msgs_state_info#04deb57d
req_msg_id:long
info:string

= MsgsStateInfo

Parameter Tree

MsgsStateInfo
├── req_msg_idlong
└── infostring

Example

MsgsStateInfo(
    req_msg_id=0,
    info="text",
)