Available types

SuggestedPostPaid

Describes a service message about a successful payment for a suggested post.

fields

fieldtyperequireddescription
suggested_post_messageMessageoptionalOptional. Message containing the suggested post. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.
currency"XTR" | "TON"requiredCurrency in which the payment was made. Currently, one of “XTR” for Telegram Stars or “TON” for toncoins.
amountnumberoptionalOptional. The amount of the currency that was received by the channel in nanotoncoins; for payments in toncoins only
star_amountStarAmountoptionalOptional. The amount of Telegram Stars that was received by the channel; for payments in Telegram Stars only

import

types.ts
import type { SuggestedPostPaid } from "@yaebal/types";

used by

types