Skip to content

chat chat list flow

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

libtd-ktx / kotlinx.telegram.flows / chatChatListFlow

chatChatListFlow

fun TelegramFlow.chatChatListFlow(): Flow<UpdateChatChatList>

emits UpdateChatChatList if the list to which the chat belongs was changed. This update is guaranteed to be sent only when chat.order == 0 and the current or the new chat list is null.

Clone this wiki locally