• Send a text comment to a given message.

    If this is a normal message (not a channel post), a simple reply will be sent.

    Parameters

    • client: ITelegramClient
    • message: Message
    • ...params: [
          media: string
          | InputMediaLike,
          params?: CommonSendParams & {
              caption?: InputText;
              invert?: boolean;
              progressCallback?: (uploaded: number, total: number) => void;
              replyMarkup?: ReplyMarkup;
          },
      ]

    Returns ReturnType<typeof sendMedia>

    MtArgumentError If this is a channel post which does not have comments section. To check if a post has comments, use Message#replies.hasComments