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