Interface DisconnectPayload

interface DisconnectPayload {
    data: GuildData;
    op: Disconnect;
}

Properties

Properties

data: GuildData