chat_invite_link_t¶
-
struct banana::api::chat_invite_link_t¶
Represents an invite link for a chat.
The invite link. If the link was created by another chat administrator, then the second part of the link will be replaced with “…”.
Creator of the link
True, if users joining the chat via the link need to be approved by chat administrators
True, if the link is primary
True, if the link is revoked
-
optional_t<string_t> name¶
Optional. Invite link name
-
optional_t<integer_t> expire_date¶
Optional. Point in time (Unix timestamp) when the link will expire or has been expired
-
optional_t<integer_t> member_limit¶
Optional. The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999
-
optional_t<integer_t> pending_join_request_count¶
Optional. Number of pending join requests created using this link
-
optional_t<string_t> name¶