EditCustomLanguagePackInfo
public struct EditCustomLanguagePackInfo : Codable, Equatable, TDFunction
Edits information about a custom local language pack in the current localization target. Can be called before authorization
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
New information about the custom local language pack
Declaration
Swift
public let info: LanguagePackInfo -
Edits information about a custom local language pack in the current localization target. Can be called before authorization
Declaration
Swift
public init(info: LanguagePackInfo)Parameters
infoNew information about the custom local language pack
View on GitHub
Install in Dash
EditCustomLanguagePackInfo Structure Reference