Interface ISendMediaGroupParams

Parameters for the sendMediaGroup method

Hierarchy

  • ISendMediaGroupParams

Properties

allow_sending_without_reply?: boolean

Pass True if the message should be sent even if the specified replied-to message is not found

chat_id: string | number

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

disable_notification?: boolean

Sends messages silently. Users will receive a notification with no sound.

A JSON-serialized array describing messages to be sent, must include 2-10 items

message_thread_id?: number

Unique identifier for the target message thread (topic) of the forum; for forum supergroups only

protect_content?: boolean

Protects the contents of the sent messages from forwarding and saving

reply_to_message_id?: number

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

Generated using TypeDoc