PreparedInlineMessage
Describes an inline message to be sent by a user of a Mini App.
fields
| field | type | required | description |
|---|---|---|---|
id | string | required | Unique identifier of the prepared message |
expiration_date | number | required | Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used. |
import
import type { PreparedInlineMessage } from "@yaebal/types";used by
methods
official Bot API docs: https://core.telegram.org/bots/api/#preparedinlinemessage