Module tdlight.api

Class TdApi.GetLogTags

Enclosing class:
TdApi

public static final class TdApi.GetLogTags extends TdApi.Function<TdApi.LogTags>
Returns list of available TDLib internal log tags, for example, ["actor", "binlog", "connections", "notifications", "proxy"]. Can be called synchronously. Returns LogTags
  • Field Details

  • Constructor Details

    • GetLogTags

      public GetLogTags()
      Returns list of available TDLib internal log tags, for example, ["actor", "binlog", "connections", "notifications", "proxy"]. Can be called synchronously. Returns LogTags
    • GetLogTags

      public GetLogTags(DataInput input) throws IOException
      Returns list of available TDLib internal log tags, for example, ["actor", "binlog", "connections", "notifications", "proxy"]. Can be called synchronously. Returns LogTags
      Throws:
      IOException
  • Method Details