Interface SetLogStream

Sets new log stream for internal logging of TDLib. Can be called synchronously. Request type for Tdjson#setLogStream.

interface SetLogStream {
    @type: "setLogStream";
    log_stream: LogStream;
}

Properties

Properties

@type: "setLogStream"
log_stream: LogStream

New log stream.