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

Public Types

enum  State { Unknown , Contact , NotContact }
 

Public Member Functions

 ContactState (State state)
 

Public Attributes

State state {Unknown}
 

Detailed Description

Definition at line 227 of file e2e_api.h.

Member Enumeration Documentation

◆ State

enum tde2e_api::ContactState::State

Definition at line 228 of file e2e_api.h.

228{ Unknown, Contact, NotContact };

Constructor & Destructor Documentation

◆ ContactState()

tde2e_api::ContactState::ContactState ( State  state)
inlineexplicit

Definition at line 233 of file e2e_api.h.

233 : state(state) {
234 }

Member Data Documentation

◆ state

State tde2e_api::ContactState::state {Unknown}

Definition at line 229 of file e2e_api.h.

229{Unknown};

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