Paid messages were paid for

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

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"