interface ChatChannelJoin {
    data: WithDetails;
    event: "chat.channel.join";
}

Properties

Properties

event: "chat.channel.join"