|
Telebot 9.4
Library for Telegram bot API
|
This object represents a chat invite link. More...
#include <telebot-types.h>
Public Attributes | |
| char * | invite_link |
| struct telebot_user * | creator |
| bool | creates_join_request |
| bool | is_primary |
| bool | is_revoked |
| char * | name |
| long | expire_date |
| int | member_limit |
| int | pending_join_request_count |
This object represents a chat invite link.
| bool telebot_chat_invite_link::creates_join_request |
True, if users joining the chat via the link need to be approved by chat administrators
| struct telebot_user* telebot_chat_invite_link::creator |
Creator of the link
| long telebot_chat_invite_link::expire_date |
Optional. Point in time (Unix timestamp) when the link will expire or has expired
| char* telebot_chat_invite_link::invite_link |
The invite link.
| bool telebot_chat_invite_link::is_primary |
True, if the link is primary
| bool telebot_chat_invite_link::is_revoked |
True, if the link is revoked
| int telebot_chat_invite_link::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
| char* telebot_chat_invite_link::name |
Optional. Invite link name
| int telebot_chat_invite_link::pending_join_request_count |
Optional. Number of pending join requests created using this link