Skip to content

close secret chat

Alexey Kravtsov edited this page May 19, 2020 · 1 revision

libtd-ktx / kotlinx.telegram.coroutines / closeSecretChat

closeSecretChat

suspend fun TelegramFlow.closeSecretChat(secretChatId: Int): Unit

Suspend function, which closes a secret chat, effectively transferring its state to secretChatStateClosed.

Parameters

secretChatId - Secret chat identifier.

Clone this wiki locally