KeyboardButtonUserProfile constructor

const KeyboardButtonUserProfile({
  1. KeyboardButtonStyleBase? style,
  2. required String text,
  3. required int userId,
})

Keyboard Button User Profile constructor.

Implementation

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