Logo
version:

Introduction

  • Quick Start
  • Install Guide
  • Project Setup

Getting Started

  • Authorization
  • Calling Methods
  • Handling Updates
  • Error Handling
  • Examples

API Reference

  • Pyrogram Client
  • Available Methods
    • Utilities
    • Messages
    • Chats
    • Users
    • Invite Links
      • get_chat_invite_link
      • export_chat_invite_link
      • create_chat_invite_link
      • edit_chat_invite_link
      • revoke_chat_invite_link
      • delete_chat_invite_link
      • get_chat_invite_link_members
      • get_chat_invite_link_members_count
      • get_chat_admin_invite_links
      • get_chat_admin_invite_links_count
      • get_chat_admins_with_invite_links
      • delete_chat_admin_invite_links
    • Contacts
    • Password
    • Bots
    • Authorization
    • Advanced
  • Available Types
  • Bound Methods
  • Update Handlers
  • Decorators
  • RPC Errors
  • Update Filters

Topic Guides

  • Using Filters
  • Creating Filters
  • More on Updates
  • Configuration File
  • Smart Plugins
  • Session Settings
  • Fast Crypto
  • Storage Engines
  • Text Formatting
  • Object Serialization
  • SOCKS5 Proxy
  • Scheduling Tasks
  • Bots Interaction
  • MTProto vs. Bot API
  • Debugging
  • Test Servers
  • Advanced Usage
  • Voice Calls

Meta

  • Pyrogram FAQ
  • Pyrogram Glossary
  • Support Pyrogram
  • About the License
  • Release Notes

Telegram API

  • Raw Functions
  • Raw Types
  • Raw Base
Pyrogram
  • Docs »
  • Available Methods »
  • get_chat_admins_with_invite_links()
  • View on GitHub

get_chat_admins_with_invite_links()¶

Client.get_chat_admins_with_invite_links()¶

Get the list of the administrators that have exported invite links in a chat.

You must be the owner of a chat for this to work.

Parameters

chat_id (int | str) – Unique identifier for the target chat or username of the target channel/supergroup (in the format @username).

Returns

List of ChatAdminWithInviteLink – On success, the list of admins that have exported invite links is returned.

Next Previous

Pyrogram documentation © Copyright 2017-2021, Dan

Licensed under the Creative Commons Attribution 4.0 International License

Built with Sphinx using a theme provided by Read the Docs.