Documentation - v0.27.1
    Preparing search index...

    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";
    }
    Index

    Properties

    Properties

    type: "user_left"