public static class TdApi.RecommendedChatFolders extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.RecommendedChatFolder[] |
chatFolders
List of recommended chat folders.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
RecommendedChatFolders()
Contains a list of recommended chat folders.
|
RecommendedChatFolders(TdApi.RecommendedChatFolder[] chatFolders)
Contains a list of recommended chat folders.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.RecommendedChatFolder[] chatFolders
public static final int CONSTRUCTOR
public RecommendedChatFolders()
public RecommendedChatFolders(TdApi.RecommendedChatFolder[] chatFolders)
chatFolders - List of recommended chat folders.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object