peyk.platforms.bale.methods.send_media_group

async peyk.platforms.bale.methods.send_media_group(self, chat_id: int | str, media: Sequence[InputMediaPhoto | InputMediaVideo | InputMediaAnimation | InputMediaAudio | InputMediaDocument], *, reply_to_message_id: int | None = None) List[Message][source]

Sends media group through the Bale API.

Parameters:
  • chat_id – Identifier of the target chat.

  • media – Value used by this operation.

  • reply_to_message_id – Value used by this operation.

Returns:

Result produced by the Bale operation.