MessageMediaGiveaway#
- class pyrogram.raw.types.MessageMediaGiveaway#
Telegram API type.
Constructor of
MessageMedia.- Details:
Layer:
224ID:
AA073BEB
- Parameters:
channels (List of
int64-bit) – N/Aquantity (
int32-bit) – N/Auntil_date (
int32-bit) – N/Aonly_new_subscribers (
bool, optional) – N/Awinners_are_visible (
bool, optional) – N/Acountries_iso2 (List of
str, optional) – N/Aprize_description (
str, optional) – N/Amonths (
int32-bit, optional) – N/Astars (
int64-bit, 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.