public static class TdApi.SetLogStream extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.LogStream |
logStream
New log stream.
|
Constructor and Description |
---|
SetLogStream()
Default constructor for a function, which sets new log stream for internal logging of TDLib.
|
SetLogStream(TdApi.LogStream logStream)
Creates a function, which sets new log stream for internal logging of TDLib.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.LogStream logStream
public static final int CONSTRUCTOR
public SetLogStream()
Returns Ok
public SetLogStream(TdApi.LogStream logStream)
Returns Ok
logStream
- New log stream.public int getConstructor()
getConstructor
in class TdApi.Function