RestrictionReason
- class pyrogram.raw.base.RestrictionReason
Restriction reason
- Constructors:
This base type has 1 constructor available.
Restriction reason.
TL Schema
restrictionReason#d072acb4
platform:string
reason:string
text:string
= RestrictionReason
Parameter Tree
RestrictionReason
├── platform →
string├── reason →
string└── text →
stringExample
RestrictionReason(
platform="text",
reason="text",
text="Open",
)