Skip to content

@line/bot-sdk


@line/bot-sdk / UnsendEvent

Type Alias: UnsendEvent

UnsendEvent: object & EventBase

Defined in: lib/types.ts:147

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