MessageGiveawayPrizeStars
Object Hierarchy:
Description:
public class MessageGiveawayPrizeStars :
MessageContent
A Telegram Stars were received by the current user from a giveaway
Content:
Properties:
- public int64 boosted_chat_id { get; set construct; }
Identifier of the supergroup or channel chat, which was automatically
boosted by the winners of the giveaway
- public int64 giveaway_message_id { get; set construct; }
Identifier of the message with the giveaway in the boosted chat; can
be 0 if the message was deleted
- public bool is_unclaimed { get; set construct; }
True, if the corresponding winner wasn't chosen and the Telegram Stars
were received by the owner of the boosted chat
- public int64 star_count { get; set construct; }
Number of Telegram Stars that were received
- public Sticker? sticker { get; set construct; }
A sticker to be shown in the message; may be null if unknown
- public string transaction_id { get; set construct; }
Identifier of the transaction for Telegram Stars credit
Creation methods:
- public MessageGiveawayPrizeStars (int64 star_count, string transaction_id, int64 boosted_chat_id, int64 giveaway_message_id, bool is_unclaimed, Sticker? sticker)
Inherited Members:
All known members inherited from class TDLib.Error
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref