PaymentResult

class pyrogram.types.PaymentResult

Contains the result of a payment request.

Parameters:
  • success (bool) – True, if the payment request was successful. Otherwise, the verification_url will be non-empty.

  • verification_url (str, optional) – URL for additional payment credentials verification.

  • raw (PaymentResult, optional) – The raw result from the Telegram API.