Interface ChatActionNoForwardsToggled

Content protection has been toggled

interface ChatActionNoForwardsToggled {
    enabled: boolean;
    type: "no_forwards_toggled";
}

Properties

Properties

enabled: boolean

New status

type: "no_forwards_toggled"