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