-
Notifications
You must be signed in to change notification settings - Fork 11
discard call
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.coroutines / discardCall
suspend fun
TelegramFlow
.discardCall(callId:
Int
, isDisconnected:
Boolean
, duration:
Int
, connectionId:
Long
):
Unit
Suspend function, which discards a call.
callId
- Call identifier.
isDisconnected
- True, if the user was disconnected.
duration
- The call duration, in seconds.
connectionId
- Identifier of the connection used during the call.