-
Notifications
You must be signed in to change notification settings - Fork 11
set chat chat list
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.coroutines / setChatChatList
suspend fun
TelegramFlow
.setChatChatList(chatId:
Long
, chatList:
ChatList
?):
Unit
Suspend function, which moves a chat to a different chat list. Current chat list of the chat must ne non-null.
chatId
- Chat identifier.
chatList
- New chat list of the chat.