deleteLanguagePack - libtd-ktx

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


libtd-ktx / kotlinx.telegram.coroutines / deleteLanguagePack

deleteLanguagePack

suspend fun TelegramFlow.deleteLanguagePack(languagePackId: String?): Unit

Suspend function, which deletes all information about a language pack in the current localization target. The language pack which is currently in use (including base language pack) or is being synchronized can’t be deleted. Can be called before authorization.

Parameters

languagePackId - Identifier of the language pack to delete.