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