Type alias EditGuildScheduledEventData

EditGuildScheduledEventData: {
    channel_id?: string;
    description?: string;
    entity_metadata?: GuildScheduledEventEntityMetadata;
    entity_type?: GuildScheduledEventEntityType;
    image?: string;
    name?: string;
    privacy_level?: GuildScheduledEventPrivacyLevel;
    reason?: string;
    schedule_end_time?: string;
    schedule_start_time?: string;
    status?: GuildScheduledEventStatus;
}

Type declaration

  • Optional channel_id?: string
  • Optional description?: string
  • Optional entity_metadata?: GuildScheduledEventEntityMetadata
  • Optional entity_type?: GuildScheduledEventEntityType
  • Optional image?: string

    base64-encoded image data used for the cover of the scheduled event

  • Optional name?: string
  • Optional privacy_level?: GuildScheduledEventPrivacyLevel
  • Optional reason?: string

    The reason for editing the scheduled event

  • Optional schedule_end_time?: string

    ISO8601 timestamp

  • Optional schedule_start_time?: string

    ISO8601 timestamp

  • Optional status?: GuildScheduledEventStatus

    the status of the scheduled event

Generated using TypeDoc