MessageMediaInvoice#
- class pyrogram.raw.types.MessageMediaInvoice#
Telegram API type.
Constructor of
MessageMedia.- Details:
Layer:
224ID:
F6A548D3
- Parameters:
title (
str) – N/Adescription (
str) – N/Acurrency (
str) – N/Atotal_amount (
int64-bit) – N/Astart_param (
str) – N/Ashipping_address_requested (
bool, optional) – N/Atest (
bool, optional) – N/Aphoto (
WebDocument, optional) – N/Areceipt_msg_id (
int32-bit, optional) – N/Aextended_media (
MessageExtendedMedia, optional) – N/A
- Functions:
This object can be returned by 2 functions.
Upload a file and associate it to a chat (without actually sending it to the chat) May also be used in a business connection, not by wrapping the query in invokeWithBusinessConnection, but rather by specifying the business connection ID in the business_connection_id parameter.
Upload a media file associated with an imported chat, click here for more info.