|
Telebot 9.4
Library for Telegram bot API
|
This object represents a join request sent to a chat. More...
#include <telebot-types.h>
Public Attributes | |
| struct telebot_chat * | chat |
| struct telebot_user * | from |
| long long int | user_chat_id |
| long | date |
| char * | bio |
| struct telebot_chat_invite_link * | invite_link |
This object represents a join request sent to a chat.
| char* telebot_chat_join_request::bio |
Optional. Bio of the user.
| struct telebot_chat* telebot_chat_join_request::chat |
Chat to which the request was sent
| long telebot_chat_join_request::date |
Date the request was sent in Unix time
| struct telebot_user* telebot_chat_join_request::from |
User that sent the join request
| struct telebot_chat_invite_link* telebot_chat_join_request::invite_link |
Optional. Chat invite link that was used by the user to send the join request
| long long int telebot_chat_join_request::user_chat_id |
Identifier of a private chat with the user who sent the join request.