kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
kord-core
/
dev.kord.core.cache.data
/
toData
to
Data
fun
DiscordChannel
.
toData
(
)
:
ChannelData
(
source
)
fun
DiscordEmoji
.
toData
(
guildId
:
Snowflake
,
id
:
Snowflake
)
:
EmojiData
(
source
)
fun
DiscordGuild
.
toData
(
)
:
GuildData
(
source
)
fun
DiscordGuildMember
.
toData
(
userId
:
Snowflake
,
guildId
:
Snowflake
)
:
MemberData
(
source
)
fun
DiscordInteractionGuildMember
.
toData
(
userId
:
Snowflake
,
guildId
:
Snowflake
)
:
MemberData
(
source
)
fun
DiscordMessage
.
toData
(
)
:
MessageData
(
source
)
fun
DiscordRole
.
toData
(
guildId
:
Snowflake
)
:
RoleData
(
source
)
fun
DiscordStageInstance
.
toData
(
)
:
StageInstanceData
(
source
)
fun
DiscordTemplate
.
toData
(
)
:
TemplateData
(
source
)
fun
DiscordThreadMember
.
toData
(
threadId
:
Snowflake
?
)
:
ThreadMemberData
(
source
)
fun
DiscordUser
.
toData
(
)
:
UserData
(
source
)