Interface ToggleGroupCallAreMessagesAllowed

Toggles whether participants of a group call can send messages there. Requires groupCall.can_toggle_are_messages_allowed right. Request type for Tdjson#toggleGroupCallAreMessagesAllowed.

interface ToggleGroupCallAreMessagesAllowed {
    @type: "toggleGroupCallAreMessagesAllowed";
    are_messages_allowed?: boolean;
    group_call_id: number;
}

Properties

@type: "toggleGroupCallAreMessagesAllowed"
are_messages_allowed?: boolean

New value of the are_messages_allowed setting.

group_call_id: number

Group call identifier.