KeyboardButtonUserProfile constructor

const KeyboardButtonUserProfile({
  1. required String text,
  2. required int userId,
})

Keyboard Button User Profile constructor.

Implementation

const KeyboardButtonUserProfile({
  required this.text,
  required this.userId,
}) : super._();