public static class TdApi.LogTags extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String[] |
tags
List of log tags.
|
Constructor and Description |
---|
LogTags()
Contains a list of available TDLib internal log tags.
|
LogTags(java.lang.String[] tags)
Contains a list of available TDLib internal log tags.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String[] tags
public static final int CONSTRUCTOR
public LogTags()
public LogTags(java.lang.String[] tags)
tags
- List of log tags.public int getConstructor()
getConstructor
in class TdApi.Object