InputKeyboardButtonUserProfile constructor
const
InputKeyboardButtonUserProfile({
- KeyboardButtonStyleBase? style,
- required String text,
- required InputUserBase userId,
Input Keyboard Button User Profile constructor.
Implementation
const InputKeyboardButtonUserProfile({
this.style,
required this.text,
required this.userId,
}) : super._();