Interface ToggleGroupCallEnabledStartNotification

Toggles whether the current user will receive a notification when the group call starts; scheduled group calls only. Request type for Tdjson#toggleGroupCallEnabledStartNotification.

interface ToggleGroupCallEnabledStartNotification {
    @type: "toggleGroupCallEnabledStartNotification";
    enabled_start_notification?: boolean;
    group_call_id: number;
}

Properties

@type: "toggleGroupCallEnabledStartNotification"
enabled_start_notification?: boolean

New value of the enabled_start_notification setting.

group_call_id: number

Group call identifier.