copyWith method

GetAttachmentMenuBot copyWith({
  1. int? botUserId,
})

Implementation

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