Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Public Attributes | List of all members
telebot_chat_join_request Struct Reference

This object represents a join request sent to a chat. More...

#include <telebot-types.h>

Public Attributes

struct telebot_chatchat
 
struct telebot_userfrom
 
long long int user_chat_id
 
long date
 
char * bio
 
struct telebot_chat_invite_linkinvite_link
 

Detailed Description

This object represents a join request sent to a chat.

Member Data Documentation

◆ bio

char* telebot_chat_join_request::bio

Optional. Bio of the user.

◆ chat

struct telebot_chat* telebot_chat_join_request::chat

Chat to which the request was sent

◆ date

long telebot_chat_join_request::date

Date the request was sent in Unix time

◆ from

struct telebot_user* telebot_chat_join_request::from

User that sent the join request

◆ invite_link

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

◆ user_chat_id

long long int telebot_chat_join_request::user_chat_id

Identifier of a private chat with the user who sent the join request.


The documentation for this struct was generated from the following file: