Message.pay()#
- Message.pay()#
Bound method pay of
Message
.Use as a shortcut for:
await client.send_payment_form( chat_id=message.chat.id, message_id=message_id )
Example
await message.pay()
- Returns:
bool
| List ofPaidMediaPhoto
| List ofPaidMediaVideo
– On success, the list of bought photos and videos is returned.