Interface GetLogTags

Returns the list of available TDLib internal log tags, for example, ["actor", "binlog", "connections", "notifications", "proxy"]. Can be called synchronously. Request type for Tdjson#getLogTags.

interface GetLogTags {
    @type: "getLogTags";
}

Properties

Properties

@type: "getLogTags"