Interface GetChatBoostLevelFeatures

Returns the list of features available on the specific chat boost level; this is an offline request. Request type for Tdjson#getChatBoostLevelFeatures.

interface GetChatBoostLevelFeatures {
    @type: "getChatBoostLevelFeatures";
    is_channel?: boolean;
    level: number;
}

Properties

@type: "getChatBoostLevelFeatures"
is_channel?: boolean

Pass true to get the list of features for channels; pass false to get the list of features for supergroups.

level: number

Chat boost level.