menu
tdlib package
documentation
td_api.dart
CallId
CallId const constructor
CallId const constructor
dark_mode
light_mode
CallId
constructor
const
CallId
(
{
required
int
id
,
dynamic
extra
,
int
?
clientId
,
})
Contains the call identifier
Implementation
const CallId({ required this.id, this.extra, this.clientId, });
tdlib package
documentation
td_api
CallId
CallId const constructor
CallId class