Documentation - v0.27.1
    Preparing search index...

    Interface ActionPaidMessagesPaid

    Paid messages were paid for

    interface ActionPaidMessagesPaid {
        broadcastDirect?: boolean;
        stars: Long;
        type: "messages_paid";
    }
    Index

    Properties

    broadcastDirect?: boolean

    Whether the stars were paid for a direct message to channel administrators

    stars: Long

    Amount of Telegram Stars paid

    type: "messages_paid"