• 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: [
          text: InputText,
          params?: CommonSendParams & {
              disableWebPreview?: boolean;
              invertMedia?: boolean;
              replyMarkup?: ReplyMarkup;
          },
      ]

    Returns ReturnType<typeof sendText>

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