Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
GuildScheduledEventEditOptions
Interface GuildScheduledEventEditOptions<Status, AcceptableStatus>
Construct a type with the properties of T except for those in type K.
interface
GuildScheduledEventEditOptions
<
Status
extends
GuildScheduledEventStatus
,
AcceptableStatus
extends
GuildScheduledEventSetStatusArg
<
Status
>
,
>
{
channel
?:
null
|
GuildVoiceChannelResolvable
;
description
?:
string
;
entityMetadata
?:
GuildScheduledEventEntityMetadataOptions
;
entityType
?:
GuildScheduledEventEntityType
;
image
?:
null
|
string
|
Buffer
;
name
?:
string
;
privacyLevel
?:
GuildOnly
;
reason
?:
string
;
recurrenceRule
?:
null
|
GuildScheduledEventRecurrenceRuleOptions
;
scheduledEndTime
?:
DateResolvable
;
scheduledStartTime
?:
DateResolvable
;
status
?:
AcceptableStatus
;
}
Type Parameters
Status
extends
GuildScheduledEventStatus
AcceptableStatus
extends
GuildScheduledEventSetStatusArg
<
Status
>
Hierarchy (
View Summary
)
Omit
<
Partial
<
GuildScheduledEventCreateOptions
>
,
"channel"
|
"recurrenceRule"
>
GuildScheduledEventEditOptions
Index
Properties
channel?
description?
entity
Metadata?
entity
Type?
image?
name?
privacy
Level?
reason?
recurrence
Rule?
scheduled
End
Time?
scheduled
Start
Time?
status?
Properties
Optional
channel
channel
?:
null
|
GuildVoiceChannelResolvable
Optional
description
description
?:
string
Optional
entity
Metadata
entityMetadata
?:
GuildScheduledEventEntityMetadataOptions
Optional
entity
Type
entityType
?:
GuildScheduledEventEntityType
Optional
image
image
?:
null
|
string
|
Buffer
Optional
name
name
?:
string
Optional
privacy
Level
privacyLevel
?:
GuildOnly
Optional
reason
reason
?:
string
Optional
recurrence
Rule
recurrenceRule
?:
null
|
GuildScheduledEventRecurrenceRuleOptions
Optional
scheduled
End
Time
scheduledEndTime
?:
DateResolvable
Optional
scheduled
Start
Time
scheduledStartTime
?:
DateResolvable
Optional
status
status
?:
AcceptableStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
description
entity
Metadata
entity
Type
image
name
privacy
Level
reason
recurrence
Rule
scheduled
End
Time
scheduled
Start
Time
status
discord-js-button-pagination-ts
Loading...
Construct a type with the properties of T except for those in type K.