Interface GetChatBoostFeatures

Returns the list of features available for different chat boost levels; this is an offline request. Request type for Tdjson#getChatBoostFeatures.

interface GetChatBoostFeatures {
    @type: "getChatBoostFeatures";
    is_channel?: boolean;
}

Properties

Properties

@type: "getChatBoostFeatures"
is_channel?: boolean

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