public static class TdApi.SaveApplicationLogEvent extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Optional chat identifier, associated with the event.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.JsonValue |
data
The log event data.
|
java.lang.String |
type
Event type.
|
Constructor and Description |
---|
SaveApplicationLogEvent()
Default constructor for a function, which saves application log event on the server.
|
SaveApplicationLogEvent(java.lang.String type,
long chatId,
TdApi.JsonValue data)
Creates a function, which saves application log event on the server.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String type
public long chatId
public TdApi.JsonValue data
public static final int CONSTRUCTOR
public SaveApplicationLogEvent()
Returns Ok
public SaveApplicationLogEvent(java.lang.String type, long chatId, TdApi.JsonValue data)
Returns Ok
type
- Event type.chatId
- Optional chat identifier, associated with the event.data
- The log event data.public int getConstructor()
getConstructor
in class TdApi.Function