Interface ChatActionTitleChanged

Channel title has been changed

interface ChatActionTitleChanged {
    new: string;
    old: string;
    type: "title_changed";
}

Properties

Properties

new: string

New chat title

old: string

Old chat title

type: "title_changed"