Skip to content

set chat chat list

Alexey Kravtsov edited this page May 19, 2020 · 1 revision

libtd-ktx / kotlinx.telegram.coroutines / setChatChatList

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.

Parameters

chatId - Chat identifier.

chatList - New chat list of the chat.

Clone this wiki locally