Interface ChatActionUserJoined

A user has joined the channel (in the case of big groups, info of the user that has joined isn't shown)

interface ChatActionUserJoined {
    type: "user_joined";
}

Properties

Properties

type: "user_joined"