copyWith method
Implementation
GetManagedBotToken copyWith({int? botUserId, bool? revoke}) =>
GetManagedBotToken(
botUserId: botUserId ?? this.botUserId,
revoke: revoke ?? this.revoke,
);
GetManagedBotToken copyWith({int? botUserId, bool? revoke}) =>
GetManagedBotToken(
botUserId: botUserId ?? this.botUserId,
revoke: revoke ?? this.revoke,
);