userFlow - libtd-ktx

Kotlin Coroutines extensions for Telegram API TDLib (Telegram Database library)


libtd-ktx / kotlinx.telegram.flows / userFlow

userFlow

fun TelegramFlow.userFlow(): Flow<User>

emits User if some data of a user has changed. This update is guaranteed to come before the user identifier is returned to the client.