Interface GatewayEvent_ServerMemberSocialLinkDeleted

interface GatewayEvent_ServerMemberSocialLinkDeleted {
    serverId: string;
    socialLink: APISocialLink;
}

Properties

Properties

serverId: string

The ID of the server

socialLink: APISocialLink