Interface LogTags

Contains a list of available TDLib internal log tags.

interface LogTags {
    @type: "logTags";
    tags: string[];
}

Properties

Properties

@type: "logTags"
tags: string[]

List of log tags.