RestrictionReason

class pyrogram.raw.base.RestrictionReason

Restriction reason

Constructors:

This base type has 1 constructor available.

RestrictionReason

Restriction reason.

TL Schema

restrictionReason#d072acb4
platform:string
reason:string
text:string

= RestrictionReason

Parameter Tree

RestrictionReason
├── platformstring
├── reasonstring
└── textstring

Example

RestrictionReason(
    platform="text",
    reason="text",
    text="Open",
)