SaveApplicationLogEvent
public struct SaveApplicationLogEvent : Codable, Equatable, TDFunction
Saves application log event on the server. Can be called before authorization
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
Event type
Declaration
Swift
public let type: String
-
Optional chat identifier, associated with the event
Declaration
Swift
public let chatId: Int53
-
The log event data
Declaration
Swift
public let data: JsonValue
-
Saves application log event on the server. Can be called before authorization
Parameters
type
Event type
chatId
Optional chat identifier, associated with the event
data
The log event data