Documentation - v0.27.1
    Preparing search index...

    Interface ActionUsersAdded

    Users were added to the chat

    interface ActionUsersAdded {
        type: "users_added";
        users: number[];
    }
    Index

    Properties

    Properties

    type: "users_added"
    users: number[]

    IDs of the users that were added