kiscord
0.6.0
kiscord-gateway
/
kiscord.api.gateway
/
Self
Self
interface
Self
:
UserSpec
(
source
)
Functions
Extensions
Functions
update
Link copied to clipboard
abstract
suspend
fun
update
(
patch
:
UserApi.UserPatch
)
update
Presence
Link copied to clipboard
abstract
suspend
fun
updatePresence
(
updatePresence
:
UpdatePresence
)
Extensions
update
Link copied to clipboard
inline suspend
fun
Self
.
update
(
block
:
UserApi.UserPatch.Builder
.
(
)
->
Unit
)
update
Presence
Link copied to clipboard
inline suspend
fun
Self
.
updatePresence
(
block
:
UpdatePresence.Builder
.
(
)
->
Unit
)