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.