toggle menu
kord-extensions
2.3.6-SNAPSHOT
jvm
switch theme
search in API
func-tags
/
dev.kordex.modules.func.tags
Package-level
declarations
Types
Functions
Types
Tag
Formatter
Link copied to clipboard
typealias
TagFormatter
=
suspend
MessageCreateBuilder
.
(
tag
:
Tag
)
->
Unit
Type alias representing a tag formatter callback.
Tags
Extension
Link copied to clipboard
class
TagsExtension
:
Extension
Functions
null
If
Blank
Link copied to clipboard
fun
String
?
.
nullIfBlank
(
)
:
String
?
tags
Link copied to clipboard
fun
ExtensionsBuilder
.
tags
(
config
:
TagsConfig
,
data
:
TagsData
)
fun
ExtensionsBuilder
.
tags
(
data
:
TagsData
,
body
:
SimpleTagsConfig.Builder
.
(
)
->
Unit
)