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-rest
/
dev.kord.rest.builder.guild
/
EmojiCreateBuilder
Emoji
Create
Builder
class
EmojiCreateBuilder
(
var
name
:
String
,
var
image
:
Image
)
:
AuditRequestBuilder
<
EmojiCreateRequest
>
(
source
)
Members
Constructors
Emoji
Create
Builder
Link copied to clipboard
constructor
(
name
:
String
,
image
:
Image
)
Properties
image
Link copied to clipboard
var
image
:
Image
name
Link copied to clipboard
var
name
:
String
reason
Link copied to clipboard
open
override
var
reason
:
String
?
The reason for this request, this will be displayed in the audit log.
roles
Link copied to clipboard
var
roles
:
MutableSet
<
Snowflake
>
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
EmojiCreateRequest