Interface ChatActionDescriptionChanged

Channel description has been changed

interface ChatActionDescriptionChanged {
    new: string;
    old: string;
    type: "description_changed";
}

Properties

Properties

new: string

New description

old: string

Old description

type: "description_changed"