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