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