kiscord
0.6.0
kiscord-gateway
/
kiscord.gateway.repository
/
GatewayRepository
/
ChannelRepository
Channel
Repository
interface
ChannelRepository
:
GatewayRepository.SnowflakeRepository
<
Channel
,
Channel.UpdateData
>
(
source
)
Functions
Functions
set
Link copied to clipboard
abstract
suspend
fun
set
(
guildId
:
Snowflake
,
channels
:
Collection
<
Channel
>
)
update
Last
Pin
Timestamp
Link copied to clipboard
abstract
suspend
fun
updateLastPinTimestamp
(
data
:
ChannelPinsUpdateData
)
:
Channel
?