Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 2.04 KB

File metadata and controls

75 lines (51 loc) · 2.04 KB

Engine

Component details:

Detail Value
Import TelegramQml 2.0
Component Engine
C++ class TelegramEngine
Inherits Tq
Model No

Required Properties

  • phoneNumber: string
  • configDirectory: string
  • app: App
  • host: Host

Normal Properties

Methods

  • void logout()

Signals

  • void authLoggedIn()
  • void authNeeded()
  • void authLoggedOut()

Enumerator

AuthState
Key Value
AuthUnknown 0
AuthInitializing 1
AuthNeeded 2
AuthFetchingOurDetails 3
AuthLoggedIn 4
LogLevel
Key Value
LogLevelClean 0
LogLevelUseful 1
LogLevelFull 2