Interface GroupsSetSettingsParams

interface GroupsSetSettingsParams {
    bots_add_to_chat?: number | boolean;
    bots_capabilities?: number | boolean;
    bots_start_button?: number | boolean;
    group_id: number;
    messages?: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

bots_add_to_chat?: number | boolean

If this setting is enabled then users can add your community to a chat

bots_capabilities?: number | boolean

By enabling bot abilities, you can send users messages with a customized keyboard attached as well as use other promotional abilities

bots_start_button?: number | boolean

If this setting is enabled, users will see a Start button when they start a chat with your community for the first time

group_id: number
messages?: number | boolean

Generated using TypeDoc