Interface UpdateNewGroupCallPaidReaction

A new paid reaction was received in a live story group call. Subtype of Update.

interface UpdateNewGroupCallPaidReaction {
    @type: "updateNewGroupCallPaidReaction";
    group_call_id: number;
    sender_id: MessageSender;
    star_count: number;
}

Properties

@type: "updateNewGroupCallPaidReaction"
group_call_id: number

Identifier of the group call.

sender_id: MessageSender

Identifier of the sender of the reaction.

star_count: number

The number of Telegram Stars that were paid to send the reaction.