menu
tdlib2 package
documentation
td_api.dart
SetCloseFriendsExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
SetCloseFriends
copyWith
(
{
List
<
int
>
?
userIds
,
})
Implementation
SetCloseFriends copyWith({List<int>? userIds}) => SetCloseFriends(userIds: userIds ?? this.userIds);
tdlib2 package
documentation
td_api
SetCloseFriendsExtensions
copyWith method
SetCloseFriendsExtensions extension on
SetCloseFriends