discord-w ~master (2022-03-12T05:59:06.0972821)
Dub
Repo
Activity
discord
w
types
https://discordapp.com/developers/docs/topics/gateway#activity-object
struct
Activity {
mixin
OptionalSerializer
!(
typeof
(
this
))
;
struct
Timestamps
;
struct
Party
;
struct
Assets
;
enum
Type
;
string
name
;
Type
type
;
@
optional
Nullable
!
string
url
;
@
optional
Timestamps
timestamps
;
@
optional
Snowflake
application_id
;
@
optional
Nullable
!
string
details
;
@
optional
Nullable
!
string
state
;
@
optional
Party
party
;
@
optional
Assets
assets
;
}
Members
Enums
Type
enum
Type
Undocumented in source.
Mixins
__anonymous
mixin
OptionalSerializer
!(
typeof
(
this
))
Undocumented in source.
Structs
Assets
struct
Assets
Undocumented in source.
Party
struct
Party
Undocumented in source.
Timestamps
struct
Timestamps
Undocumented in source.
Variables
application_id
Snowflake
application_id
;
Undocumented in source.
assets
Assets
assets
;
Undocumented in source.
details
Nullable
!
string
details
;
Undocumented in source.
name
string
name
;
Undocumented in source.
party
Party
party
;
Undocumented in source.
state
Nullable
!
string
state
;
Undocumented in source.
timestamps
Timestamps
timestamps
;
Undocumented in source.
type
Type
type
;
Undocumented in source.
url
Nullable
!
string
url
;
Undocumented in source.
Meta
Source
See Implementation
discord
w
types
aliases
SafeTime
enums
ExplicitContentFilterLevel
MFALevel
MessageNotificationLevel
Permissions
VerificationLevel
manifest constants
DiscordCDN
structs
Activity
ApplicationInformation
Attachment
Ban
Channel
Embed
Emoji
Guild
GuildEmbed
GuildMember
Integration
Invite
Message
Overwrite
PartialUser
PresenceUpdate
Reaction
Role
Snowflake
UnavailableGuild
UpdateStatus
User
VoiceRegion
VoiceState
https://discordapp.com/developers/docs/topics/gateway#activity-object