menu
tdlib2 package
documentation
td_api.dart
GetChatStoryAlbumsExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
GetChatStoryAlbums
copyWith
(
{
int
?
chatId
,
})
Implementation
GetChatStoryAlbums copyWith({int? chatId}) => GetChatStoryAlbums(chatId: chatId ?? this.chatId);
tdlib2 package
documentation
td_api
GetChatStoryAlbumsExtensions
copyWith method
GetChatStoryAlbumsExtensions extension on
GetChatStoryAlbums