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