EditChatInviteLink
Object Hierarchy:
Description:
public class EditChatInviteLink :
TDObject
Edits a non-primary invite link for a chat. Available for basic groups, supergroups, and channels. If the link creates a subscription,
then expiration_date, member_limit and creates_join_request must not be used. Requires administrator privileges and can_invite_users right
in the chat for own links and owner privileges for other links
Content:
Properties:
- public int64 chat_id { get; set construct; }
Chat identifier
- public bool creates_join_request { get; set construct; }
Pass true if users joining the chat via the link need to be approved
by chat administrators. In this case, member_limit must be 0
- public int32 expiration_date { get; set construct; }
Point in time (Unix timestamp) when the link will expire; pass 0 if
never
- public string invite_link { get; set construct; }
Invite link to be edited
- public int32 member_limit { get; set construct; }
The maximum number of chat members that can join the chat via the link
simultaneously; 0-99999; pass 0 if not limited
- public string name { get; set construct; }
Invite link name; 0-32 characters
Creation methods:
- public EditChatInviteLink (int64 chat_id, string invite_link, string name, int32 expiration_date, int32 member_limit, bool creates_join_request)
Inherited Members:
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