Skip to content

🔧 get_chat

Use this method to get up to date information about the chat (current name of the user for one-on-one

âš™ī¸ Parameters

  • chat_id (int or str ): Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername)

📲 Returns

ChatFullInfo

📀 Examples

-đŸĒĢ Required Parameters

await bot.get_chat(
    chat_id=your_chat_id_here
)