Interface ChatEventMemberJoined

A new member joined the chat. Subtype of ChatEventAction.

interface ChatEventMemberJoined {
    @type: "chatEventMemberJoined";
}

Properties

Properties

@type: "chatEventMemberJoined"