copyWith method
Implementation
AllowBotToSendMessages copyWith({int? botUserId}) =>
AllowBotToSendMessages(botUserId: botUserId ?? this.botUserId);
AllowBotToSendMessages copyWith({int? botUserId}) =>
AllowBotToSendMessages(botUserId: botUserId ?? this.botUserId);