TdlibClient constructor

TdlibClient({
  1. required int client_id,
  2. required Map client_option,
  3. bool is_bot = false,
  4. int client_user_id = 0,
})

add state data

Implementation

TdlibClient({
  required this.client_id,
  required this.client_option,
  this.is_bot = false,
  this.client_user_id = 0,
});