Interface ToggleVideoChatEnabledStartNotification

Toggles whether the current user will receive a notification when the video chat starts; for scheduled video chats only. Request type for Tdjson#toggleVideoChatEnabledStartNotification.

interface ToggleVideoChatEnabledStartNotification {
    @type: "toggleVideoChatEnabledStartNotification";
    enabled_start_notification?: boolean;
    group_call_id: number;
}

Properties

@type: "toggleVideoChatEnabledStartNotification"
enabled_start_notification?: boolean

New value of the enabled_start_notification setting.

group_call_id: number

Group call identifier.