Interface SetGroupCallPaidMessageStarCount

Changes the minimum number of Telegram Stars that must be paid by general participant for each sent message to a live story call. Requires groupCall.can_be_managed right. Request type for Tdjson#setGroupCallPaidMessageStarCount.

interface SetGroupCallPaidMessageStarCount {
    @type: "setGroupCallPaidMessageStarCount";
    group_call_id: number;
    paid_message_star_count: number;
}

Properties

@type: "setGroupCallPaidMessageStarCount"
group_call_id: number

Group call identifier; must be an identifier of a live story call.

paid_message_star_count: number

The new minimum number of Telegram Stars; 0-getOption("paid_group_call_message_star_count_max").