Function commentMediaGroup
- commentMediaGroup(
client: ITelegramClient,
message: Message,
...params: [
medias: (string | InputMediaLike)[],
params?: CommonSendParams & {
invertMedia?: boolean;
progressCallback?: (
index: number,
uploaded: number,
total: number,
) => void;
},
],
): ReturnType<typeof sendMediaGroup> Parameters
- client: ITelegramClient
- message: Message
- ...params: [
medias: (string | InputMediaLike)[],
params?: CommonSendParams & {
invertMedia?: boolean;
progressCallback?: (
index: number,
uploaded: number,
total: number,
) => void;
},
]
Send a text comment to a given message.
If this is a normal message (not a channel post), a simple reply will be sent.