peyk.platforms.telegram.methods.get_user_chat_boosts

async peyk.platforms.telegram.methods.get_user_chat_boosts(self, chat_id: int | str, user_id: int) object

Use this method to get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns a UserChatBoosts object.

Parameters:
  • chat_id – Unique identifier for the chat or username of the channel in the format @username

  • user_id – Unique identifier of the target user