public static class TdApi.GetUserChatBoosts extends TdApi.Function<TdApi.FoundChatBoosts>
Returns FoundChatBoosts
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
userId
Identifier of the user.
|
| Constructor and Description |
|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long userId
public static final int CONSTRUCTOR
public GetUserChatBoosts()
Returns FoundChatBoosts
public GetUserChatBoosts(long chatId,
long userId)
Returns FoundChatBoosts
chatId - Identifier of the chat.userId - Identifier of the user.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object