Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionUsernamesChanged

    Channel username list has been changed

    interface ChatActionUsernamesChanged {
        new: string[];
        old: string[];
        type: "usernames_changed";
    }
    Index

    Properties

    Properties

    new: string[]

    New username

    old: string[]

    Old username

    type: "usernames_changed"