@wildix/xbees-conversations-client > PinMessageInput > expiresAt
PinMessageInput.expiresAt property
The specific date and time (in ISO 8601 format) when the pinned message will be automatically unpinned. If neither expiresAfter
nor expiresAt
is provided, the message will remain pinned indefinitely. Providing both expiresAfter
and expiresAt
will result in a validation error.
Signature:
expiresAt?: string;