menu
tdlib2 package
documentation
td_api.dart
GroupCallIdExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
GroupCallId
copyWith
(
{
int
?
id
,
})
Implementation
GroupCallId copyWith({int? id}) => GroupCallId(id: id ?? this.id);
tdlib2 package
documentation
td_api
GroupCallIdExtensions
copyWith method
GroupCallIdExtensions extension on
GroupCallId