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