DeleteLanguagePack

public struct DeleteLanguagePack : Codable, Equatable, TDFunction

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

  • Undocumented

    Declaration

    Swift

    public typealias Result = Ok
  • Identifier of the language pack to delete

    Declaration

    Swift

    public let languagePackId: String
  • 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

    Declaration

    Swift

    public init(languagePackId: String)

    Parameters

    languagePackId

    Identifier of the language pack to delete