Interface LogStreamDefault

Describes a stream to which TDLib internal log is written. Subtype of LogStream.

interface LogStreamDefault {
    @type: "logStreamDefault";
}

Properties

Properties

@type: "logStreamDefault"