Skip to content

@line/bot-sdkDocs


@line/bot-sdk / UnsendEvent

Type Alias: UnsendEvent

UnsendEvent: object & EventBase

Event object for when the user unsends a message in a group or room. Unsend event

Type declaration

type

type: "unsend"

unsend

unsend: object

The message ID of the unsent message

unsend.messageId

messageId: string

Defined in

lib/types.ts:147