getSecretChat - libtd-ktx

Kotlin Coroutines extensions for Telegram API TDLib (Telegram Database library)


libtd-ktx / kotlinx.telegram.coroutines / getSecretChat

getSecretChat

suspend fun TelegramFlow.getSecretChat(secretChatId: Int): SecretChat

Suspend function, which returns information about a secret chat by its identifier. This is an offline request.

Parameters

secretChatId - Secret chat identifier.

Return SecretChat Represents a secret chat.