public static class TdApi.SaveApplicationLogEvent extends TdApi.Function<TdApi.Ok>
Returns Ok
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object