public static class TdApi.GetChatSimilarChats extends TdApi.Function<TdApi.Chats>
Returns Chats
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the target chat; must be an identifier of a channel chat.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
GetChatSimilarChats()
Default constructor for a function, which returns a list of chats similar to the given chat.
|
GetChatSimilarChats(long chatId)
Creates a function, which returns a list of chats similar to the given chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public static final int CONSTRUCTOR
public GetChatSimilarChats()
Returns Chats
public GetChatSimilarChats(long chatId)
Returns Chats
chatId - Identifier of the target chat; must be an identifier of a channel chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object