menu
tdlib2 package
documentation
td_api.dart
InputGroupCallLinkExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
InputGroupCallLink
copyWith
(
{
String
?
link
,
})
Implementation
InputGroupCallLink copyWith({String? link}) => InputGroupCallLink(link: link ?? this.link);
tdlib2 package
documentation
td_api
InputGroupCallLinkExtensions
copyWith method
InputGroupCallLinkExtensions extension on
InputGroupCallLink