ChatInviteLinkInfo
Object Hierarchy:
Description:
public class ChatInviteLinkInfo :
Error
Contains information about a chat invite link
Content:
Properties:
- public int32 accent_color_id { get; set construct; }
Identifier of the accent color for chat title and background of chat
photo
- public int32 accessible_for { get; set construct; }
If non-zero, the amount of time for which read access to the chat will
remain available, in seconds
- public int64 chat_id { get; set construct; }
Chat identifier of the invite link; 0 if the user has no access to the
chat before joining
- public bool creates_join_request { get; set construct; }
True, if the link only creates join request
- public string description { get; set construct; }
Chat description
- public bool is_public { get; set construct; }
True, if the chat is a public supergroup or channel, i.e. it has a
username or it is a location-based supergroup
- public int32 member_count { get; set construct; }
Number of members in the chat
- public ArrayList<int64?> member_user_ids { get; set construct; }
User identifiers of some chat members that may be known to the current
user
- public ChatPhotoInfo? photo { get; set construct; }
Chat photo; may be null
- public ChatInviteLinkSubscriptionInfo? subscription_info { get; set construct; }
Information about subscription plan that must be paid by the user to
use the link; may be null if the link doesn't require subscription
- public string title { get; set construct; }
Title of the chat
- public InviteLinkChatType type_ { get; set construct; }
Type of the chat
- public VerificationStatus? verification_status { get; set construct; }
Information about verification status of the chat; may be null if none
Creation methods:
- public ChatInviteLinkInfo (int64 chat_id, int32 accessible_for, InviteLinkChatType type_, string title, ChatPhotoInfo? photo, int32 accent_color_id, string description, int32 member_count, ArrayList<int64?> member_user_ids, ChatInviteLinkSubscriptionInfo? subscription_info, bool creates_join_request, bool is_public, VerificationStatus? verification_status)
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