Available types

SuggestedPostApproved

Describes a service message about the approval of 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.
priceSuggestedPostPriceoptionalOptional. Amount paid for the post
send_datenumberrequiredDate when the post will be published

import

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

used by

types