menu
tdlib2 package
documentation
td_api.dart
UpdateStoryExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
UpdateStory
copyWith
(
{
Story
?
story
,
})
Implementation
UpdateStory copyWith({Story? story}) => UpdateStory(story: story ?? this.story);
tdlib2 package
documentation
td_api
UpdateStoryExtensions
copyWith method
UpdateStoryExtensions extension on
UpdateStory