copyWith method

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

Implementation

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