Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnswerPreCheckoutQueryProps

Hierarchy

  • AnswerPreCheckoutQueryProps

Index

Properties

errorMessage?: string

Required if ok is False. Error message in human readable form that explains why it is impossible to complete the order (e.g. "Sorry, delivery to your desired address is unavailable'). Telegram will display this message to the user.

ok: boolean

Specify True if delivery to the specified address is possible and False if there are any problems (for example, if delivery to the specified address is not possible)

queryId: string

Unique identifier for the query to be answered

Generated using TypeDoc