Interface PremiumSourceLimitExceeded

Describes a source from which the Premium features screen is opened. Subtype of PremiumSource.

interface PremiumSourceLimitExceeded {
    @type: "premiumSourceLimitExceeded";
    limit_type: PremiumLimitType;
}

Properties

Properties

@type: "premiumSourceLimitExceeded"
limit_type: PremiumLimitType

Type of the exceeded limit.