Preparing search index...
The search index is not available
Discord.js Utilities
Discord.js Utilities
@thenorthsolution/djs-giveaways
RawJSONGiveaway
Interface RawJSONGiveaway
interface
RawJSONGiveaway
{
channelId
:
string
;
createdAt
:
string
;
description
?:
string
;
dueDate
:
string
;
ended
:
boolean
;
guildId
:
string
;
hostId
?:
string
;
id
:
string
;
messageId
:
string
;
name
:
string
;
paused
:
boolean
;
remaining
?:
number
;
riggedUsersId
?:
string
[]
;
winnerCount
:
number
;
winnersEntryId
:
string
[]
;
}
Hierarchy
Omit
<
RawGiveaway
,
"createdAt"
|
"dueDate"
>
RawJSONGiveaway
Index
Properties
channel
Id
created
At
description?
due
Date
ended
guild
Id
host
Id?
id
message
Id
name
paused
remaining?
rigged
Users
Id?
winner
Count
winners
Entry
Id
Properties
channel
Id
channel
Id
:
string
created
At
created
At
:
string
Optional
description
description
?:
string
due
Date
due
Date
:
string
ended
ended
:
boolean
guild
Id
guild
Id
:
string
Optional
host
Id
host
Id
?:
string
id
id
:
string
message
Id
message
Id
:
string
name
name
:
string
paused
paused
:
boolean
Optional
remaining
remaining
?:
number
Optional
rigged
Users
Id
rigged
Users
Id
?:
string
[]
winner
Count
winner
Count
:
number
winners
Entry
Id
winners
Entry
Id
:
string
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
channel
Id
created
At
description
due
Date
ended
guild
Id
host
Id
id
message
Id
name
paused
remaining
rigged
Users
Id
winner
Count
winners
Entry
Id
Discord.js Utilities
Loading...