Module tdlight.api

Class TdApi.GetLogStream

Enclosing class:
TdApi

public static final class TdApi.GetLogStream extends TdApi.Function<TdApi.LogStream>
Returns information about currently used log stream for internal logging of TDLib. Can be called synchronously. Returns LogStream
  • Field Details

  • Constructor Details

    • GetLogStream

      public GetLogStream()
      Returns information about currently used log stream for internal logging of TDLib. Can be called synchronously. Returns LogStream
    • GetLogStream

      public GetLogStream(DataInput input) throws IOException
      Returns information about currently used log stream for internal logging of TDLib. Can be called synchronously. Returns LogStream
      Throws:
      IOException
  • Method Details