copyWith method

GetChatBoostLink copyWith({
  1. int? chatId,
})

Implementation

GetChatBoostLink copyWith({int? chatId}) =>
    GetChatBoostLink(chatId: chatId ?? this.chatId);