copyWith method
Implementation
GetChatRevenueTransactions copyWith({
int? chatId,
String? offset,
int? limit,
}) => GetChatRevenueTransactions(
chatId: chatId ?? this.chatId,
offset: offset ?? this.offset,
limit: limit ?? this.limit,
);
GetChatRevenueTransactions copyWith({
int? chatId,
String? offset,
int? limit,
}) => GetChatRevenueTransactions(
chatId: chatId ?? this.chatId,
offset: offset ?? this.offset,
limit: limit ?? this.limit,
);