AllowedMentionsBuilderDsl

class AllowedMentionsBuilderDsl(builder: AllowedMentions.Builder)

Functions

build
Link copied to clipboard
fun build(): AllowedMentions
parseType
Link copied to clipboard
fun parseType(vararg type: AllowedMentions.Type)
role
Link copied to clipboard
fun role(vararg id: Snowflake)
users
Link copied to clipboard
fun users(vararg id: Snowflake)

Properties

repliedUser
Link copied to clipboard
var repliedUser: Boolean = true

Sources

jvm source
Link copied to clipboard