InputKeyboardButtonUserProfile constructor

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

Input Keyboard Button User Profile constructor.

Implementation

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