Package org.drinkless.tdlib
Class TdApi.GetChatSimilarChats
- Enclosing class:
- TdApi
Returns a list of chats similar to the given chat.
Returns Chats
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the target chat; must be an identifier of a channel chat.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatId
public long chatIdIdentifier of the target chat; must be an identifier of a channel chat. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetChatSimilarChats
public GetChatSimilarChats()Default constructor for a function, which returns a list of chats similar to the given chat.Returns
Chats -
GetChatSimilarChats
public GetChatSimilarChats(long chatId) Creates a function, which returns a list of chats similar to the given chat.Returns
Chats- Parameters:
chatId- Identifier of the target chat; must be an identifier of a channel chat.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-