get_media_group()#

Client.get_media_group()#

Get the media group a message belongs to.

Usable by Users Bots
Parameters:
  • chat_id (int | str) – Unique identifier (int) or username (str) of the target chat. For your personal cloud (Saved Messages) you can simply use “me” or “self”. For a contact that exists in your Telegram address book you can use his phone number (str).

  • message_id (int) – The id of one of the messages that belong to the media group.

Returns:

List of Message – On success, a list of messages of the media group is returned.

Raises:

ValueError – In case the passed message_id is negative or equal 0. In case target message doesn’t belong to a media group.