Telebot  4.7.0
Library for Telegram bot API
Public Attributes | List of all members
telebot_contact Struct Reference

This object represents a phone contact. More...

#include <telebot-types.h>

Public Attributes

char * phone_number
 
char * first_name
 
char * last_name
 
int user_id
 
char * vcard
 

Detailed Description

This object represents a phone contact.

Member Data Documentation

◆ first_name

char* telebot_contact::first_name

Contact's first name

◆ last_name

char* telebot_contact::last_name

Optional. Contact's last name

◆ phone_number

char* telebot_contact::phone_number

Contact's phone number

◆ user_id

int telebot_contact::user_id

Optional. Contact's user identifier in Telegram

◆ vcard

char* telebot_contact::vcard

Optional. Additional data about the contact in the form of a vCard


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