Package org.drinkless.tdlib
Class TdApi.GetUserChatBoosts
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.FoundChatBoosts>
org.drinkless.tdlib.TdApi.GetUserChatBoosts
- Enclosing class:
- TdApi
Returns the list of boosts applied to a chat by a given user; requires administrator rights in the chat; for bots only.
Returns FoundChatBoosts
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the chat.static final intIdentifier uniquely determining type of the object.longIdentifier of the user. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns the list of boosts applied to a chat by a given user; requires administrator rights in the chat; for bots only.GetUserChatBoosts(long chatId, long userId) Creates a function, which returns the list of boosts applied to a chat by a given user; requires administrator rights in the chat; for bots only. -
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 chat. -
userId
public long userIdIdentifier of the user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetUserChatBoosts
public GetUserChatBoosts()Default constructor for a function, which returns the list of boosts applied to a chat by a given user; requires administrator rights in the chat; for bots only.Returns
FoundChatBoosts -
GetUserChatBoosts
public GetUserChatBoosts(long chatId, long userId) Creates a function, which returns the list of boosts applied to a chat by a given user; requires administrator rights in the chat; for bots only.Returns
FoundChatBoosts- Parameters:
chatId- Identifier of the chat.userId- Identifier of the user.
-
-
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
-