menu
telegram_client package
documentation
tdlib/tdlib_invoke_result.dart
TdlibInvokeResult
TdlibInvokeResult const constructor
TdlibInvokeResult const constructor
dark_mode
light_mode
TdlibInvokeResult
constructor
const
TdlibInvokeResult
(
{
required
int
client_id
,
required
Map
result
,
})
Implementation
const TdlibInvokeResult({ required this.client_id, required this.result, });
telegram_client package
documentation
tdlib/tdlib_invoke_result
TdlibInvokeResult
TdlibInvokeResult const constructor
TdlibInvokeResult class