copyWith method

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

Implementation

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