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
typeEvent type
chatIdOptional chat identifier, associated with the event
dataThe log event data
View on GitHub
Install in Dash
SaveApplicationLogEvent Structure Reference