Interface GetPremiumLimit

Returns information about a limit, increased for Premium users. Returns a 404 error if the limit is unknown. Request type for Tdjson#getPremiumLimit.

interface GetPremiumLimit {
    @type: "getPremiumLimit";
    limit_type: PremiumLimitType;
}

Properties

Properties

@type: "getPremiumLimit"
limit_type: PremiumLimitType

Type of the limit.