|
| enum | State { Unknown
, Contact
, NotContact
} |
| |
Definition at line 227 of file e2e_api.h.
◆ State
| enum tde2e_api::ContactState::State |
Definition at line 228 of file e2e_api.h.
228{ Unknown, Contact, NotContact };
◆ ContactState()
| tde2e_api::ContactState::ContactState |
( |
State |
state | ) |
|
|
inlineexplicit |
Definition at line 233 of file e2e_api.h.
233 : state(state) {
234 }
◆ state
| State tde2e_api::ContactState::state {Unknown} |
The documentation for this struct was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/tde2e/td/e2e/e2e_api.h