copyWith method

InlineKeyboardButtonTypeUser copyWith({
  1. int? userId,
})

Implementation

InlineKeyboardButtonTypeUser copyWith({int? userId}) =>
    InlineKeyboardButtonTypeUser(userId: userId ?? this.userId);