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.
libtd-ktx / kotlinx.telegram.flows / 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.