tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
tde2e_api::Contact Struct Reference

Public Attributes

std::uint32_t generation {0}
 
PublicKeyId public_key {}
 
std::optional< Entry< UserId > > o_user_id
 
std::optional< Entry< Name > > o_name
 
std::optional< Entry< PhoneNumber > > o_phone_number
 
Entry< EmojiNoncesemoji_nonces
 
Entry< ContactStatecontact_state
 

Detailed Description

Definition at line 237 of file e2e_api.h.

Member Data Documentation

◆ contact_state

Entry<ContactState> tde2e_api::Contact::contact_state

Definition at line 253 of file e2e_api.h.

◆ emoji_nonces

Entry<EmojiNonces> tde2e_api::Contact::emoji_nonces

Definition at line 252 of file e2e_api.h.

◆ generation

std::uint32_t tde2e_api::Contact::generation {0}

Definition at line 240 of file e2e_api.h.

240{0};

◆ o_name

std::optional<Entry<Name> > tde2e_api::Contact::o_name

Definition at line 247 of file e2e_api.h.

◆ o_phone_number

std::optional<Entry<PhoneNumber> > tde2e_api::Contact::o_phone_number

Definition at line 248 of file e2e_api.h.

◆ o_user_id

std::optional<Entry<UserId> > tde2e_api::Contact::o_user_id

Definition at line 246 of file e2e_api.h.

◆ public_key

PublicKeyId tde2e_api::Contact::public_key {}

Definition at line 243 of file e2e_api.h.

243{};

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