discord-w ~master (2022-03-12T05:59:06.0972821)
Dub
Repo
ChannelAPI.Update
discord
w
api
ChannelAPI
Undocumented in source.
struct
ChannelAPI
struct
Update {
mixin
OptionalSerializer
!(
typeof
(
this
))
;
@
optional
Nullable
!
string
name
;
@
optional
int
position
;
@
optional
Nullable
!
string
topic
;
@
optional
Nullable
!
bool
nsfw
;
@
optional
int
bitrate
;
@
optional
int
user_limit
;
@
optional
Overwrite
[]
permission_overwrites
;
@
optional
Nullable
!
Snowflake
parent_id
;
}
Members
Mixins
__anonymous
mixin
OptionalSerializer
!(
typeof
(
this
))
Undocumented in source.
Variables
bitrate
int
bitrate
;
Undocumented in source.
name
Nullable
!
string
name
;
Undocumented in source.
nsfw
Nullable
!
bool
nsfw
;
Undocumented in source.
parent_id
Nullable
!
Snowflake
parent_id
;
Undocumented in source.
permission_overwrites
Overwrite
[]
permission_overwrites
;
Undocumented in source.
position
int
position
;
Undocumented in source.
topic
Nullable
!
string
topic
;
Undocumented in source.
user_limit
int
user_limit
;
Undocumented in source.
Meta
Source
See Implementation
discord
w
api
ChannelAPI
constructors
this
functions
addToGroupDM
clearReactions
createInvite
deleteChannel
deleteChannelPermissions
deleteMessage
deleteMessages
deleteReaction
editChannelPermissions
get
getInvites
getMessage
getMessages
getPinnedMessages
getReactionsByEmoji
pinMessage
react
removeFromGroupDM
sendMessage
triggerTypingIndicator
unpinMessage
unreact
updateChannel
updateOwnMessage
structs
Update
variables
endpoint
requester