GetLogTags
public struct GetLogTags : Codable, Equatable, TDFunction
Returns list of available TDLib internal log tags, for example, [“actor”, “binlog”, “connections”, “notifications”, “proxy”]. This is an offline method. Can be called before authorization. Can be called synchronously
-
Undocumented
Declaration
Swift
public typealias Result = LogTags
-
Returns list of available TDLib internal log tags, for example, [“actor”, “binlog”, “connections”, “notifications”, “proxy”]. This is an offline method. Can be called before authorization. Can be called synchronously
Declaration
Swift
public init()