Interface ChatActionUserLeft

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

interface ChatActionUserLeft {
    type: "user_left";
}

Properties

Properties

type: "user_left"