Module tdlight.api

Class TdApi.SaveApplicationLogEvent

Enclosing class:
TdApi

public static final class TdApi.SaveApplicationLogEvent extends TdApi.Function<TdApi.Ok>
Saves application log event on the server. Can be called before authorization. Returns Ok
  • Field Details

    • type

      public String type
      Event type.
    • chatId

      public long chatId
      Optional chat identifier, associated with the event.
    • data

      public TdApi.JsonValue data
      The log event data.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • SaveApplicationLogEvent

      public SaveApplicationLogEvent()
      Saves application log event on the server. Can be called before authorization. Returns Ok
    • SaveApplicationLogEvent

      public SaveApplicationLogEvent(String type, long chatId, TdApi.JsonValue data)
      Saves application log event on the server. Can be called before authorization. Returns Ok
      Parameters:
      type - String Event type.
      chatId - long Optional chat identifier, associated with the event.
      data - JsonValue The log event data.
    • SaveApplicationLogEvent

      public SaveApplicationLogEvent(DataInput input) throws IOException
      Saves application log event on the server. Can be called before authorization. Returns Ok
      Throws:
      IOException
  • Method Details