GuildCreateBuilder
Properties
Link copied to clipboard
The id of the afk channel, this channel can be configured by supplying a channel with the same id.
Link copied to clipboard
The afk timeout.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Iterator that generates unique ids for roles and channels.
Link copied to clipboard
The id of the channel to which system messages are sent, this channel can be configured by supplying a channel with the same id.
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
inline fun forumChannel(name: String, id: Snowflake = newUniqueSnowflake(), builder: ForumChannelCreateBuilder.() -> Unit): Snowflake
Link copied to clipboard
inline fun mediaChannel(name: String, id: Snowflake = newUniqueSnowflake(), builder: MediaChannelCreateBuilder.() -> Unit): Snowflake
Link copied to clipboard
inline fun newsChannel(name: String, id: Snowflake = newUniqueSnowflake(), builder: NewsChannelCreateBuilder.() -> Unit): Snowflake
Link copied to clipboard
Generates a new unique Snowflake using the snowflakeGenerator.
Link copied to clipboard
inline fun textChannel(name: String, id: Snowflake = newUniqueSnowflake(), builder: TextChannelCreateBuilder.() -> Unit): Snowflake
Link copied to clipboard