-
Notifications
You must be signed in to change notification settings - Fork 11
basic group flow
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.flows / basicGroupFlow
fun
TelegramFlow
.basicGroupFlow(): Flow<
BasicGroup
>
emits BasicGroup if some data of a basic group has changed. This update is guaranteed to come before the basic group identifier is returned to the client.