SendMediaGroupMethod

Method to send a group of photos or audios as an album

Members

Mixins

__anonymous
mixin TelegramMethod!"/sendMediaGroup"
Undocumented in source.

Variables

chat_id
TelegramID chat_id;

Unique identifier for the target chat or username of the target channel (in the format "@channelusername")

disable_notification
bool disable_notification;

Send the message silently

media
Algebraic!(InputMediaPhoto, InputMediaVideo)[] media;

Photos and videos to be sent

reply_to_message_id
int reply_to_message_id;

If the messages are a reply, ID of the original message

See Also

Meta