menu
telegram_client package
documentation
tdlib/tdlib_library/base.dart
TdlibBase
getClientById method
getClientById method
dark_mode
light_mode
getClientById
method
TdlibClient
?
getClientById
(
int
clientId
)
Implementation
TdlibClient? getClientById(int clientId) { return clients[clientId]; }
telegram_client package
documentation
tdlib/tdlib_library/base
TdlibBase
getClientById method
TdlibBase class