menu
tdlib package
documentation
td_api.dart
DeleteChat
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
DeleteChat
copyWith
(
{
int
?
chatId
,
})
Implementation
DeleteChat copyWith({ int? chatId, }) => DeleteChat( chatId: chatId ?? this.chatId, );
tdlib package
documentation
td_api
DeleteChat
copyWith method
DeleteChat class