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