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