MCPcopy
hub / github.com/bottenderjs/messaging-apis / reply

Method reply

packages/messaging-api-line/src/LineClient.ts:229–234  ·  view source on GitHub ↗

* Reply Message * * Sends a reply message in response to an event from a user, group, or room. * * To send reply messages, you must have a reply token which is included in a webhook event object. * * [Webhooks](https://developers.line.biz/en/reference/messaging-api/#webhooks) are u

(
    replyToken: string,
    messages: LineTypes.Message[]
  )

Source from the content-addressed store, hash-verified

227 * @returns Returns status code `200` and an empty JSON object.
228 */
229 reply(
230 replyToken: string,
231 messages: LineTypes.Message[]
232 ): Promise<LineTypes.MutationSuccessResponse> {
233 return this.replyRawBody({ replyToken, messages });
234 }
235
236 /**
237 * Reply Message

Callers 15

replyMessagesMethod · 0.95
replyTextMethod · 0.95
replyImageMethod · 0.95
replyVideoMethod · 0.95
replyAudioMethod · 0.95
replyLocationMethod · 0.95
replyStickerMethod · 0.95
replyImagemapMethod · 0.95
replyFlexMethod · 0.95
replyTemplateMethod · 0.95
replyButtonTemplateMethod · 0.95
replyConfirmTemplateMethod · 0.95

Calls 1

replyRawBodyMethod · 0.95

Tested by 1

createMockFunction · 0.64