KeyboardButtonTypeRequestUser constructor
const
KeyboardButtonTypeRequestUser({})
A button that requests a user to be shared by the current user; available only in private chats. Use the method shareUserWithBot to complete the request
Implementation
const KeyboardButtonTypeRequestUser({
required this.id,
required this.restrictUserIsBot,
required this.userIsBot,
required this.restrictUserIsPremium,
required this.userIsPremium,
});