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

This object represents changes in the status of a chat member. More...

#include <telebot-types.h>

Public Attributes

struct telebot_chatchat
 
struct telebot_userfrom
 
long date
 
struct telebot_chat_memberold_chat_member
 
struct telebot_chat_membernew_chat_member
 
struct telebot_chat_invite_linkinvite_link
 
bool via_chat_folder_invite_link
 

Detailed Description

This object represents changes in the status of a chat member.

Member Data Documentation

◆ chat

struct telebot_chat* telebot_chat_member_updated::chat

Chat the user belongs to

◆ date

long telebot_chat_member_updated::date

Date the change was effected in Unix time

◆ from

struct telebot_user* telebot_chat_member_updated::from

Performer of the action, which resulted in the change

◆ invite_link

struct telebot_chat_invite_link* telebot_chat_member_updated::invite_link

Optional. Chat invite link, which was used by the user to join the chat; for joining by invite link events only.

◆ new_chat_member

struct telebot_chat_member* telebot_chat_member_updated::new_chat_member

New information about the chat member

◆ old_chat_member

struct telebot_chat_member* telebot_chat_member_updated::old_chat_member

Previous information about the chat member

◆ via_chat_folder_invite_link

bool telebot_chat_member_updated::via_chat_folder_invite_link

Optional. True, if the user joined the chat via a chat folder invite link


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