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