ChatInvite

class pyrogram.raw.types.ChatInvite

Telegram API type.

Constructor of ChatInvite.

Details:
  • Layer: 187

  • ID: FE65389D

Parameters:
  • title (str) – N/A

  • photo (Photo) – N/A

  • participants_count (int 32-bit) – N/A

  • color (int 32-bit) – N/A

  • channel (bool, optional) – N/A

  • broadcast (bool, optional) – N/A

  • public (bool, optional) – N/A

  • megagroup (bool, optional) – N/A

  • request_needed (bool, optional) – N/A

  • verified (bool, optional) – N/A

  • scam (bool, optional) – N/A

  • fake (bool, optional) – N/A

  • can_refulfill_subscription (bool, optional) – N/A

  • about (str, optional) – N/A

  • participants (List of User, optional) – N/A

  • subscription_pricing (StarsSubscriptionPricing, optional) – N/A

  • subscription_form_id (int 64-bit, optional) – N/A

Functions:

This object can be returned by 1 function.

messages.CheckChatInvite

Telegram API function.