Skip to content

🔧 get_chat_administrators


âš™ī¸ Parameters

  • chat_id (int or str )
  • return_bots (bool ) (optional)

📲 Returns

List of ChatMemberAdministrator or ChatMemberOwner

📀 Examples

-đŸĒĢ Required Parameters

await bot.get_chat_administrators(
    chat_id=your_chat_id_here
)

-🔋 All Parameters

await bot.get_chat_administrators(
    chat_id=your_chat_id_here,
    return_bots=your_return_bots_here
)