payments.ValidateRequestedInfo

class pyrogram.raw.functions.payments.ValidateRequestedInfo

Submit requested order information for validation

Details:
  • Layer: 223

  • ID: B6C8F12B

Parameters:
  • invoice (InputInvoice) – Invoice

  • info (PaymentRequestedInfo) – Requested order information

  • save (bool, optional) – Save order information to re-use it for future orders

Returns:

payments.ValidatedRequestedInfo

TL Schema

payments.validateRequestedInfo#b6c8f12b
flags:#
save:flags.0?true
invoice:InputInvoice
info:PaymentRequestedInfo

= payments.ValidatedRequestedInfo

Parameter Tree

ValidateRequestedInfo
├── savetrue (optional)
├── invoiceInputInvoice
│ ├── InputInvoiceMessage
│ │ ├── peerInputPeer
│ │ │ ├── InputPeerEmpty
│ │ │ ├── InputPeerSelf
│ │ │ ├── InputPeerChat
│ │ │ ├── InputPeerUser
│ │ │ ├── InputPeerChannel
│ │ │ ├── InputPeerUserFromMessage
│ │ │ └── InputPeerChannelFromMessage
│ │ └── msg_idint
│ ├── InputInvoiceSlug
│ │ └── slugstring
│ │ ├── purposeInputStorePaymentPurpose
│ │ │ │ ├── restoretrue (optional)
│ │ │ │ └── upgradetrue (optional)
│ │ │ ├── InputStorePaymentGiftPremium
│ │ │ │ ├── user_idInputUser
│ │ │ │ │ ├── InputUserEmpty
│ │ │ │ │ ├── InputUserSelf
│ │ │ │ │ ├── InputUser
│ │ │ │ │ └── InputUserFromMessage
│ │ │ │ ├── currencystring
│ │ │ │ └── amountlong
│ │ │ ├── InputStorePaymentPremiumGiftCode
│ │ │ │ ├── usersVector < InputUser >
│ │ │ │ │ ├── InputUserEmpty
│ │ │ │ │ ├── InputUserSelf
│ │ │ │ │ ├── InputUser
│ │ │ │ │ └── InputUserFromMessage
│ │ │ │ ├── boost_peerInputPeer (optional)
│ │ │ │ │ ├── InputPeerEmpty
│ │ │ │ │ ├── InputPeerSelf
│ │ │ │ │ ├── InputPeerChat
│ │ │ │ │ ├── InputPeerUser
│ │ │ │ │ ├── InputPeerChannel
│ │ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ │ └── InputPeerChannelFromMessage
│ │ │ │ ├── currencystring
│ │ │ │ ├── amountlong
│ │ │ │ └── messageTextWithEntities (optional)
│ │ │ │ └── TextWithEntities
│ │ │ ├── InputStorePaymentPremiumGiveaway
│ │ │ │ ├── only_new_subscriberstrue (optional)
│ │ │ │ ├── winners_are_visibletrue (optional)
│ │ │ │ ├── boost_peerInputPeer
│ │ │ │ │ ├── InputPeerEmpty
│ │ │ │ │ ├── InputPeerSelf
│ │ │ │ │ ├── InputPeerChat
│ │ │ │ │ ├── InputPeerUser
│ │ │ │ │ ├── InputPeerChannel
│ │ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ │ └── InputPeerChannelFromMessage
│ │ │ │ ├── additional_peersVector < InputPeer > (optional)
│ │ │ │ │ ├── InputPeerEmpty
│ │ │ │ │ ├── InputPeerSelf
│ │ │ │ │ ├── InputPeerChat
│ │ │ │ │ ├── InputPeerUser
│ │ │ │ │ ├── InputPeerChannel
│ │ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ │ └── InputPeerChannelFromMessage
│ │ │ │ ├── countries_iso2Vector < string > (optional)
│ │ │ │ ├── prize_descriptionstring (optional)
│ │ │ │ ├── random_idlong
│ │ │ │ ├── until_dateint
│ │ │ │ ├── currencystring
│ │ │ │ └── amountlong
│ │ │ ├── InputStorePaymentStarsTopup
│ │ │ │ ├── starslong
│ │ │ │ ├── currencystring
│ │ │ │ ├── amountlong
│ │ │ │ └── spend_purpose_peerInputPeer (optional)
│ │ │ │ ├── InputPeerEmpty
│ │ │ │ ├── InputPeerSelf
│ │ │ │ ├── InputPeerChat
│ │ │ │ ├── InputPeerUser
│ │ │ │ ├── InputPeerChannel
│ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ └── InputPeerChannelFromMessage
│ │ │ ├── InputStorePaymentStarsGift
│ │ │ │ ├── user_idInputUser
│ │ │ │ │ ├── InputUserEmpty
│ │ │ │ │ ├── InputUserSelf
│ │ │ │ │ ├── InputUser
│ │ │ │ │ └── InputUserFromMessage
│ │ │ │ ├── starslong
│ │ │ │ ├── currencystring
│ │ │ │ └── amountlong
│ │ │ ├── InputStorePaymentStarsGiveaway
│ │ │ │ ├── only_new_subscriberstrue (optional)
│ │ │ │ ├── winners_are_visibletrue (optional)
│ │ │ │ ├── starslong
│ │ │ │ ├── boost_peerInputPeer
│ │ │ │ │ ├── InputPeerEmpty
│ │ │ │ │ ├── InputPeerSelf
│ │ │ │ │ ├── InputPeerChat
│ │ │ │ │ ├── InputPeerUser
│ │ │ │ │ ├── InputPeerChannel
│ │ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ │ └── InputPeerChannelFromMessage
│ │ │ │ ├── additional_peersVector < InputPeer > (optional)
│ │ │ │ │ ├── InputPeerEmpty
│ │ │ │ │ ├── InputPeerSelf
│ │ │ │ │ ├── InputPeerChat
│ │ │ │ │ ├── InputPeerUser
│ │ │ │ │ ├── InputPeerChannel
│ │ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ │ └── InputPeerChannelFromMessage
│ │ │ │ ├── countries_iso2Vector < string > (optional)
│ │ │ │ ├── prize_descriptionstring (optional)
│ │ │ │ ├── random_idlong
│ │ │ │ ├── until_dateint
│ │ │ │ ├── currencystring
│ │ │ │ ├── amountlong
│ │ │ │ └── usersint
│ │ │ └── InputStorePaymentAuthCode
│ │ │ ├── restoretrue (optional)
│ │ │ ├── phone_numberstring
│ │ │ ├── phone_code_hashstring
│ │ │ ├── currencystring
│ │ │ └── amountlong
│ │ └── optionPremiumGiftCodeOption
│ │ └── PremiumGiftCodeOption
│ │ ├── usersint
│ │ ├── monthsint
│ │ ├── store_productstring (optional)
│ │ ├── store_quantityint (optional)
│ │ ├── currencystring
│ │ └── amountlong
│ ├── InputInvoiceStars
│ │ └── purposeInputStorePaymentPurpose
│ │ │ ├── restoretrue (optional)
│ │ │ └── upgradetrue (optional)
│ │ │ ├── user_idInputUser
│ │ │ │ ├── InputUserEmpty
│ │ │ │ ├── InputUserSelf
│ │ │ │ ├── InputUser
│ │ │ │ └── InputUserFromMessage
│ │ │ ├── currencystring
│ │ │ └── amountlong
│ │ │ ├── usersVector < InputUser >
│ │ │ │ ├── InputUserEmpty
│ │ │ │ ├── InputUserSelf
│ │ │ │ ├── InputUser
│ │ │ │ └── InputUserFromMessage
│ │ │ ├── boost_peerInputPeer (optional)
│ │ │ │ ├── InputPeerEmpty
│ │ │ │ ├── InputPeerSelf
│ │ │ │ ├── InputPeerChat
│ │ │ │ ├── InputPeerUser
│ │ │ │ ├── InputPeerChannel
│ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ └── InputPeerChannelFromMessage
│ │ │ ├── currencystring
│ │ │ ├── amountlong
│ │ │ └── messageTextWithEntities (optional)
│ │ │ └── TextWithEntities
│ │ │ ├── only_new_subscriberstrue (optional)
│ │ │ ├── winners_are_visibletrue (optional)
│ │ │ ├── boost_peerInputPeer
│ │ │ │ ├── InputPeerEmpty
│ │ │ │ ├── InputPeerSelf
│ │ │ │ ├── InputPeerChat
│ │ │ │ ├── InputPeerUser
│ │ │ │ ├── InputPeerChannel
│ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ └── InputPeerChannelFromMessage
│ │ │ ├── additional_peersVector < InputPeer > (optional)
│ │ │ │ ├── InputPeerEmpty
│ │ │ │ ├── InputPeerSelf
│ │ │ │ ├── InputPeerChat
│ │ │ │ ├── InputPeerUser
│ │ │ │ ├── InputPeerChannel
│ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ └── InputPeerChannelFromMessage
│ │ │ ├── countries_iso2Vector < string > (optional)
│ │ │ ├── prize_descriptionstring (optional)
│ │ │ ├── random_idlong
│ │ │ ├── until_dateint
│ │ │ ├── currencystring
│ │ │ └── amountlong
│ │ ├── InputStorePaymentStarsTopup
│ │ │ ├── starslong
│ │ │ ├── currencystring
│ │ │ ├── amountlong
│ │ │ └── spend_purpose_peerInputPeer (optional)
│ │ │ ├── InputPeerEmpty
│ │ │ ├── InputPeerSelf
│ │ │ ├── InputPeerChat
│ │ │ ├── InputPeerUser
│ │ │ ├── InputPeerChannel
│ │ │ ├── InputPeerUserFromMessage
│ │ │ └── InputPeerChannelFromMessage
│ │ ├── InputStorePaymentStarsGift
│ │ │ ├── user_idInputUser
│ │ │ │ ├── InputUserEmpty
│ │ │ │ ├── InputUserSelf
│ │ │ │ ├── InputUser
│ │ │ │ └── InputUserFromMessage
│ │ │ ├── starslong
│ │ │ ├── currencystring
│ │ │ └── amountlong
│ │ │ ├── only_new_subscriberstrue (optional)
│ │ │ ├── winners_are_visibletrue (optional)
│ │ │ ├── starslong
│ │ │ ├── boost_peerInputPeer
│ │ │ │ ├── InputPeerEmpty
│ │ │ │ ├── InputPeerSelf
│ │ │ │ ├── InputPeerChat
│ │ │ │ ├── InputPeerUser
│ │ │ │ ├── InputPeerChannel
│ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ └── InputPeerChannelFromMessage
│ │ │ ├── additional_peersVector < InputPeer > (optional)
│ │ │ │ ├── InputPeerEmpty
│ │ │ │ ├── InputPeerSelf
│ │ │ │ ├── InputPeerChat
│ │ │ │ ├── InputPeerUser
│ │ │ │ ├── InputPeerChannel
│ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ └── InputPeerChannelFromMessage
│ │ │ ├── countries_iso2Vector < string > (optional)
│ │ │ ├── prize_descriptionstring (optional)
│ │ │ ├── random_idlong
│ │ │ ├── until_dateint
│ │ │ ├── currencystring
│ │ │ ├── amountlong
│ │ │ └── usersint
│ │ └── InputStorePaymentAuthCode
│ │ ├── restoretrue (optional)
│ │ ├── phone_numberstring
│ │ ├── phone_code_hashstring
│ │ ├── currencystring
│ │ └── amountlong
│ │ └── hashstring
│ ├── InputInvoiceStarGift
│ │ ├── hide_nametrue (optional)
│ │ ├── include_upgradetrue (optional)
│ │ ├── peerInputPeer
│ │ │ ├── InputPeerEmpty
│ │ │ ├── InputPeerSelf
│ │ │ ├── InputPeerChat
│ │ │ ├── InputPeerUser
│ │ │ ├── InputPeerChannel
│ │ │ ├── InputPeerUserFromMessage
│ │ │ └── InputPeerChannelFromMessage
│ │ ├── gift_idlong
│ │ └── messageTextWithEntities (optional)
│ │ └── TextWithEntities
│ │ ├── textstring
│ │ └── entitiesVector < MessageEntity >
│ │ ├── MessageEntityUnknown
│ │ ├── MessageEntityMention
│ │ ├── MessageEntityHashtag
│ │ ├── MessageEntityBotCommand
│ │ ├── MessageEntityUrl
│ │ ├── MessageEntityEmail
│ │ ├── MessageEntityBold
│ │ ├── MessageEntityItalic
│ │ ├── MessageEntityCode
│ │ ├── MessageEntityPre
│ │ ├── MessageEntityTextUrl
│ │ ├── MessageEntityMentionName
│ │ ├── MessageEntityPhone
│ │ ├── MessageEntityCashtag
│ │ ├── MessageEntityUnderline
│ │ ├── MessageEntityStrike
│ │ ├── MessageEntityBankCard
│ │ ├── MessageEntitySpoiler
│ │ ├── MessageEntityCustomEmoji
│ │ ├── MessageEntityBlockquote
│ │ └── MessageEntityFormattedDate
│ │ ├── keep_original_detailstrue (optional)
│ │ └── stargiftInputSavedStarGift
│ │ ├── InputSavedStarGiftUser
│ │ │ └── msg_idint
│ │ ├── InputSavedStarGiftChat
│ │ │ ├── peerInputPeer
│ │ │ │ ├── InputPeerEmpty
│ │ │ │ ├── InputPeerSelf
│ │ │ │ ├── InputPeerChat
│ │ │ │ ├── InputPeerUser
│ │ │ │ ├── InputPeerChannel
│ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ └── InputPeerChannelFromMessage
│ │ │ └── saved_idlong
│ │ └── InputSavedStarGiftSlug
│ │ └── slugstring
│ │ ├── stargiftInputSavedStarGift
│ │ │ ├── InputSavedStarGiftUser
│ │ │ │ └── msg_idint
│ │ │ ├── InputSavedStarGiftChat
│ │ │ │ ├── peerInputPeer
│ │ │ │ │ ├── InputPeerEmpty
│ │ │ │ │ ├── InputPeerSelf
│ │ │ │ │ ├── InputPeerChat
│ │ │ │ │ ├── InputPeerUser
│ │ │ │ │ ├── InputPeerChannel
│ │ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ │ └── InputPeerChannelFromMessage
│ │ │ │ └── saved_idlong
│ │ │ └── InputSavedStarGiftSlug
│ │ │ └── slugstring
│ │ └── to_idInputPeer
│ │ ├── InputPeerEmpty
│ │ ├── InputPeerSelf
│ │ ├── InputPeerChat
│ │ ├── InputPeerUser
│ │ ├── InputPeerChannel
│ │ ├── InputPeerUserFromMessage
│ │ └── InputPeerChannelFromMessage
│ │ ├── user_idInputUser
│ │ │ ├── InputUserEmpty
│ │ │ ├── InputUserSelf
│ │ │ ├── InputUser
│ │ │ └── InputUserFromMessage
│ │ ├── monthsint
│ │ └── messageTextWithEntities (optional)
│ │ └── TextWithEntities
│ │ ├── textstring
│ │ └── entitiesVector < MessageEntity >
│ │ ├── MessageEntityUnknown
│ │ ├── MessageEntityMention
│ │ ├── MessageEntityHashtag
│ │ ├── MessageEntityBotCommand
│ │ ├── MessageEntityUrl
│ │ ├── MessageEntityEmail
│ │ ├── MessageEntityBold
│ │ ├── MessageEntityItalic
│ │ ├── MessageEntityCode
│ │ ├── MessageEntityPre
│ │ ├── MessageEntityTextUrl
│ │ ├── MessageEntityMentionName
│ │ ├── MessageEntityPhone
│ │ ├── MessageEntityCashtag
│ │ ├── MessageEntityUnderline
│ │ ├── MessageEntityStrike
│ │ ├── MessageEntityBankCard
│ │ ├── MessageEntitySpoiler
│ │ ├── MessageEntityCustomEmoji
│ │ ├── MessageEntityBlockquote
│ │ └── MessageEntityFormattedDate
│ │ ├── botInputUser
│ │ │ ├── InputUserEmpty
│ │ │ ├── InputUserSelf
│ │ │ ├── InputUser
│ │ │ └── InputUserFromMessage
│ │ └── starslong
│ │ ├── tontrue (optional)
│ │ ├── slugstring
│ │ └── to_idInputPeer
│ │ ├── InputPeerEmpty
│ │ ├── InputPeerSelf
│ │ ├── InputPeerChat
│ │ ├── InputPeerUser
│ │ ├── InputPeerChannel
│ │ ├── InputPeerUserFromMessage
│ │ └── InputPeerChannelFromMessage
│ │ ├── peerInputPeer
│ │ │ ├── InputPeerEmpty
│ │ │ ├── InputPeerSelf
│ │ │ ├── InputPeerChat
│ │ │ ├── InputPeerUser
│ │ │ ├── InputPeerChannel
│ │ │ ├── InputPeerUserFromMessage
│ │ │ └── InputPeerChannelFromMessage
│ │ └── hashstring
│ │ └── purposeInputStorePaymentPurpose
│ │ │ ├── restoretrue (optional)
│ │ │ └── upgradetrue (optional)
│ │ │ ├── user_idInputUser
│ │ │ │ ├── InputUserEmpty
│ │ │ │ ├── InputUserSelf
│ │ │ │ ├── InputUser
│ │ │ │ └── InputUserFromMessage
│ │ │ ├── currencystring
│ │ │ └── amountlong
│ │ │ ├── usersVector < InputUser >
│ │ │ │ ├── InputUserEmpty
│ │ │ │ ├── InputUserSelf
│ │ │ │ ├── InputUser
│ │ │ │ └── InputUserFromMessage
│ │ │ ├── boost_peerInputPeer (optional)
│ │ │ │ ├── InputPeerEmpty
│ │ │ │ ├── InputPeerSelf
│ │ │ │ ├── InputPeerChat
│ │ │ │ ├── InputPeerUser
│ │ │ │ ├── InputPeerChannel
│ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ └── InputPeerChannelFromMessage
│ │ │ ├── currencystring
│ │ │ ├── amountlong
│ │ │ └── messageTextWithEntities (optional)
│ │ │ └── TextWithEntities
│ │ │ ├── only_new_subscriberstrue (optional)
│ │ │ ├── winners_are_visibletrue (optional)
│ │ │ ├── boost_peerInputPeer
│ │ │ │ ├── InputPeerEmpty
│ │ │ │ ├── InputPeerSelf
│ │ │ │ ├── InputPeerChat
│ │ │ │ ├── InputPeerUser
│ │ │ │ ├── InputPeerChannel
│ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ └── InputPeerChannelFromMessage
│ │ │ ├── additional_peersVector < InputPeer > (optional)
│ │ │ │ ├── InputPeerEmpty
│ │ │ │ ├── InputPeerSelf
│ │ │ │ ├── InputPeerChat
│ │ │ │ ├── InputPeerUser
│ │ │ │ ├── InputPeerChannel
│ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ └── InputPeerChannelFromMessage
│ │ │ ├── countries_iso2Vector < string > (optional)
│ │ │ ├── prize_descriptionstring (optional)
│ │ │ ├── random_idlong
│ │ │ ├── until_dateint
│ │ │ ├── currencystring
│ │ │ └── amountlong
│ │ ├── InputStorePaymentStarsTopup
│ │ │ ├── starslong
│ │ │ ├── currencystring
│ │ │ ├── amountlong
│ │ │ └── spend_purpose_peerInputPeer (optional)
│ │ │ ├── InputPeerEmpty
│ │ │ ├── InputPeerSelf
│ │ │ ├── InputPeerChat
│ │ │ ├── InputPeerUser
│ │ │ ├── InputPeerChannel
│ │ │ ├── InputPeerUserFromMessage
│ │ │ └── InputPeerChannelFromMessage
│ │ ├── InputStorePaymentStarsGift
│ │ │ ├── user_idInputUser
│ │ │ │ ├── InputUserEmpty
│ │ │ │ ├── InputUserSelf
│ │ │ │ ├── InputUser
│ │ │ │ └── InputUserFromMessage
│ │ │ ├── starslong
│ │ │ ├── currencystring
│ │ │ └── amountlong
│ │ │ ├── only_new_subscriberstrue (optional)
│ │ │ ├── winners_are_visibletrue (optional)
│ │ │ ├── starslong
│ │ │ ├── boost_peerInputPeer
│ │ │ │ ├── InputPeerEmpty
│ │ │ │ ├── InputPeerSelf
│ │ │ │ ├── InputPeerChat
│ │ │ │ ├── InputPeerUser
│ │ │ │ ├── InputPeerChannel
│ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ └── InputPeerChannelFromMessage
│ │ │ ├── additional_peersVector < InputPeer > (optional)
│ │ │ │ ├── InputPeerEmpty
│ │ │ │ ├── InputPeerSelf
│ │ │ │ ├── InputPeerChat
│ │ │ │ ├── InputPeerUser
│ │ │ │ ├── InputPeerChannel
│ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ └── InputPeerChannelFromMessage
│ │ │ ├── countries_iso2Vector < string > (optional)
│ │ │ ├── prize_descriptionstring (optional)
│ │ │ ├── random_idlong
│ │ │ ├── until_dateint
│ │ │ ├── currencystring
│ │ │ ├── amountlong
│ │ │ └── usersint
│ │ └── InputStorePaymentAuthCode
│ │ ├── restoretrue (optional)
│ │ ├── phone_numberstring
│ │ ├── phone_code_hashstring
│ │ ├── currencystring
│ │ └── amountlong
│ │ └── stargiftInputSavedStarGift
│ │ ├── InputSavedStarGiftUser
│ │ │ └── msg_idint
│ │ ├── InputSavedStarGiftChat
│ │ │ ├── peerInputPeer
│ │ │ │ ├── InputPeerEmpty
│ │ │ │ ├── InputPeerSelf
│ │ │ │ ├── InputPeerChat
│ │ │ │ ├── InputPeerUser
│ │ │ │ ├── InputPeerChannel
│ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ └── InputPeerChannelFromMessage
│ │ │ └── saved_idlong
│ │ └── InputSavedStarGiftSlug
│ │ └── slugstring
│ ├── hide_nametrue (optional)
│ ├── update_bidtrue (optional)
│ ├── peerInputPeer (optional)
│ │ ├── InputPeerEmpty
│ │ ├── InputPeerSelf
│ │ ├── InputPeerChat
│ │ ├── InputPeerUser
│ │ ├── InputPeerChannel
│ │ ├── InputPeerUserFromMessage
│ │ └── InputPeerChannelFromMessage
│ ├── gift_idlong
│ ├── bid_amountlong
│ └── messageTextWithEntities (optional)
│ └── TextWithEntities
│ ├── textstring
│ └── entitiesVector < MessageEntity >
│ ├── MessageEntityUnknown
│ ├── MessageEntityMention
│ ├── MessageEntityHashtag
│ ├── MessageEntityUrl
│ ├── MessageEntityEmail
│ ├── MessageEntityBold
│ ├── MessageEntityItalic
│ ├── MessageEntityCode
│ ├── MessageEntityPre
│ ├── MessageEntityTextUrl
│ ├── MessageEntityPhone
│ ├── MessageEntityCashtag
│ ├── MessageEntityStrike
│ ├── MessageEntityBankCard
│ ├── MessageEntitySpoiler
└── infoPaymentRequestedInfo
├── namestring (optional)
├── phonestring (optional)
├── emailstring (optional)
└── shipping_addressPostAddress (optional)
└── PostAddress
├── street_line1string
├── street_line2string
├── citystring
├── statestring
├── country_iso2string
└── post_codestring

Example

await app.invoke(
    ValidateRequestedInfo(
        save=None,
        invoice=InputInvoiceMessage(
            peer=await app.resolve_peer(chat_id),
            msg_id=0
        ),
        info=PaymentRequestedInfo(
            name=None,
            phone=None,
            email=None,
            shipping_address=None
        ),
    )
)