Interface GatewayEvent_BotServerMembershipDeleted

interface GatewayEvent_BotServerMembershipDeleted {
    createdBy: string;
    server: {
        about?: string;
        avatar?: string;
        banner?: string;
        createdAt: string;
        defaultChannelId?: string;
        id: string;
        isVerified?: boolean;
        name: string;
        ownerId: string;
        timezone?: string;
        type?: ServerType;
        url?: string;
    };
}

Properties

Properties

createdBy: string

The ID of the user who deleted this server membership

server: {
    about?: string;
    avatar?: string;
    banner?: string;
    createdAt: string;
    defaultChannelId?: string;
    id: string;
    isVerified?: boolean;
    name: string;
    ownerId: string;
    timezone?: string;
    type?: ServerType;
    url?: string;
}

Type declaration

  • Optionalabout?: string

    Description

    The description associated with the server

  • Optionalavatar?: string

    Avatar Format: media-uri

    The avatar image associated with the server

  • Optionalbanner?: string

    Banner Format: media-uri

    The banner image associated with the server

  • createdAt: string

    Created at Format: date-time

    The ISO 8601 timestamp that the server was created at

  • OptionaldefaultChannelId?: string

    Channel ID Format: uuid

    The channel ID of the default channel of the server. This channel is defined as the first chat or voice channel in the left sidebar of a server in our UI. This channel is useful for sending welcome messages, though note that a bot may not have permissions to interact with this channel depending on how the server is configured.

  • id: string

    Server ID

    The ID of the server

  • OptionalisVerified?: boolean

    Is verified

    The verified status of the server

  • name: string

    Server name

    The name given to the server

  • ownerId: string

    Created by

    The ID of the user who created this server

  • Optionaltimezone?: string

    Timezone

    The timezone associated with the server

  • Optionaltype?: ServerType

    Server type

    The type of server designated from the server's settings page

  • Optionalurl?: string

    Server URL

    The URL that the server can be accessible from. For example, a value of "Guilded-Official" means the server can be accessible from https://www.guilded.gg/Guilded-Official