@@ -104,7 +104,7 @@ TelegramBot
104
104
* [ .unhideGeneralForumTopic(chatId, [ options] )] ( #TelegramBot+unhideGeneralForumTopic ) ⇒ <code >Promise</code >
105
105
* [ .unpinAllGeneralForumTopicMessages(chatId, [ options] )] ( #TelegramBot+unpinAllGeneralForumTopicMessages ) ⇒ <code >Promise</code >
106
106
* [ .answerCallbackQuery(callbackQueryId, [ options] )] ( #TelegramBot+answerCallbackQuery ) ⇒ <code >Promise</code >
107
- * [ .getUserChatBoosts(chatId, user_id , [ options] )] ( #TelegramBot+getUserChatBoosts ) ⇒ <code >Promise</code >
107
+ * [ .getUserChatBoosts(chatId, userId , [ options] )] ( #TelegramBot+getUserChatBoosts ) ⇒ <code >Promise</code >
108
108
* [ .getBusinessConnection(businessConnectionId, [ options] )] ( #TelegramBot+getBusinessConnection ) ⇒ <code >Promise</code >
109
109
* [ .setMyCommands(commands, [ options] )] ( #TelegramBot+setMyCommands ) ⇒ <code >Promise</code >
110
110
* [ .deleteMyCommands([ options] )] ( #TelegramBot+deleteMyCommands ) ⇒ <code >Promise</code >
@@ -1680,7 +1680,7 @@ that are being deprecated.
1680
1680
1681
1681
<a name =" TelegramBot+getUserChatBoosts " ></a >
1682
1682
1683
- ### telegramBot.getUserChatBoosts(chatId, user_id , [ options] ) ⇒ <code >Promise</code >
1683
+ ### telegramBot.getUserChatBoosts(chatId, userId , [ options] ) ⇒ <code >Promise</code >
1684
1684
Use this method to get the list of boosts added to a chat by a use.
1685
1685
Requires administrator rights in the chat
1686
1686
@@ -1691,7 +1691,7 @@ Requires administrator rights in the chat
1691
1691
| Param | Type | Description |
1692
1692
| --- | --- | --- |
1693
1693
| chatId | <code >Number</code > \| <code >String</code > | Unique identifier for the group/channel |
1694
- | user_id | <code >Number</code > | Unique identifier of the target user |
1694
+ | userId | <code >Number</code > | Unique identifier of the target user |
1695
1695
| [ options] | <code >Object</code > | Additional Telegram query options |
1696
1696
1697
1697
<a name =" TelegramBot+getBusinessConnection " ></a >
0 commit comments