getLanguagePackInfo - libtd-ktx

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


libtd-ktx / kotlinx.telegram.coroutines / getLanguagePackInfo

getLanguagePackInfo

suspend fun TelegramFlow.getLanguagePackInfo(languagePackId: String?): LanguagePackInfo

Suspend function, which returns information about a language pack. Returned language pack identifier may be different from a provided one. Can be called before authorization.

Parameters

languagePackId - Language pack identifier.

Return LanguagePackInfo Contains information about a language pack.