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_invite_link()
  • View on GitHub

get_chat_invite_link()¶

Client.get_chat_invite_link()¶

Get detailed information about a chat invite link.

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

  • invite_link (str) – The invite link.

Returns

ChatInviteLink – On success, the invite link 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.