Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionTitleChanged

    Channel title has been changed

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

    Properties

    Properties

    new: string

    New chat title

    old: string

    Old chat title

    type: "title_changed"