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