Skip to content

@line/bot-sdk


@line/bot-sdk / messagingApi / TestWebhookEndpointResponse

Type Alias: TestWebhookEndpointResponse

TestWebhookEndpointResponse = object

Defined in: lib/messaging-api/model/testWebhookEndpointResponse.ts:13

LINE Messaging API This document describes LINE Messaging API.

The version of the OpenAPI document: 0.0.1

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Properties

detail

detail: string

Defined in: lib/messaging-api/model/testWebhookEndpointResponse.ts:43

Details of the response.

See

detail Documentation


reason

reason: string

Defined in: lib/messaging-api/model/testWebhookEndpointResponse.ts:37

Reason for the response.

See

reason Documentation


statusCode

statusCode: number

Defined in: lib/messaging-api/model/testWebhookEndpointResponse.ts:31

The HTTP status code. If the webhook response isn't received, the status code is set to zero or a negative number.

See

statusCode Documentation


success?

optional success: boolean

Defined in: lib/messaging-api/model/testWebhookEndpointResponse.ts:19

Result of the communication from the LINE platform to the webhook URL.

See

success Documentation


timestamp

timestamp: Date

Defined in: lib/messaging-api/model/testWebhookEndpointResponse.ts:25

Time of the event in milliseconds. Even in the case of a redelivered webhook, it represents the time the event occurred, not the time it was redelivered.

See

timestamp Documentation