-
Notifications
You must be signed in to change notification settings - Fork 11
message send failed flow
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.flows / messageSendFailedFlow
fun
TelegramFlow
.messageSendFailedFlow(): Flow<
UpdateMessageSendFailed
>
emits UpdateMessageSendFailed if a message failed to send. Be aware that some messages being sent can be irrecoverably deleted, in which case updateDeleteMessages will be received instead of this update.