teleproto - v1.229.0
    Preparing search index...

    Interface RestrictionReasonIn

    interface RestrictionReasonIn {
        _?: "restrictionReason";
        platform: string;
        reason: string;
        text: string;
    }
    Index
    _?: "restrictionReason"
    platform: string
    reason: string
    text: string