ChatBoostStatus
Object Hierarchy:
Description:
public class ChatBoostStatus :
Error
Describes current boost status of a chat
Content:
Properties:
- public ArrayList<int32?> applied_slot_ids { get; set construct; }
Identifiers of boost slots of the current user applied to the chat
- public int32 boost_count { get; set construct; }
The number of boosts received by the chat
- public string boost_url { get; set construct; }
An HTTP URL, which can be used to boost the chat
- public int32 current_level_boost_count { get; set construct; }
The number of boosts added to reach the current level
- public int32 gift_code_boost_count { get; set construct; }
The number of boosts received by the chat from created Telegram
Premium gift codes and giveaways; always 0 if the current user isn't an administrator in the chat
- public int32 level { get; set construct; }
Current boost level of the chat
- public int32 next_level_boost_count { get; set construct; }
The number of boosts needed to reach the next level; 0 if the next
level isn't available
- public int32 premium_member_count { get; set construct; }
Approximate number of Telegram Premium subscribers joined the chat;
always 0 if the current user isn't an administrator in the chat
- public double premium_member_percentage { get; set construct; }
A percentage of Telegram Premium subscribers joined the chat; always 0
if the current user isn't an administrator in the chat
- public ArrayList<PrepaidGiveaway?> prepaid_giveaways { get; set construct; }
The list of prepaid giveaways available for the chat; only for chat
administrators
Creation methods:
- public ChatBoostStatus (string boost_url, ArrayList<int32?> applied_slot_ids, int32 level, int32 gift_code_boost_count, int32 boost_count, int32 current_level_boost_count, int32 next_level_boost_count, int32 premium_member_count, double premium_member_percentage, ArrayList<PrepaidGiveaway?> prepaid_giveaways)
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