Interface ActionUsersAdded

Users were added to the chat

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

Properties

Properties

type: "users_added"
users: number[]

IDs of the users that were added