messages.SendMultiMedia#
- class pyrogram.raw.functions.messages.SendMultiMedia#
Send an album or grouped media.
- Details:
Layer:
158
ID:
B6F11A1C
- Parameters:
peer (
InputPeer
) – The destination chat.multi_media (List of
InputSingleMedia
) – The medias to send: note that they must be separately uploaded using messages.uploadMedia first, using raw inputMediaUploaded* constructors is not supported.silent (
bool
, optional) – Whether to send the album silently (no notification triggered).background (
bool
, optional) – Send in background?.clear_draft (
bool
, optional) – Whether to clear drafts.noforwards (
bool
, optional) – Only for bots, disallows forwarding and saving of the messages, even if the destination chat doesn’t have content protection enabled.update_stickersets_order (
bool
, optional) – Whether to move used stickersets to top on this flag.reply_to_msg_id (
int
32-bit
, optional) – The message to reply to.top_msg_id (
int
32-bit
, optional) – This field must contain the topic ID only when replying to messages in forum topics different from the “General” topic (i.e. reply_to_msg_id is set and reply_to_msg_id != topicID and topicID != 1). If the replied-to message is deleted before the method finishes execution, the value in this field will be used to send the message to the correct topic, instead of the “General” topic.schedule_date (
int
32-bit
, optional) – Scheduled message date for scheduled messages.send_as (
InputPeer
, optional) – Send this message as the specified peer.
- Returns: