InlineKeyboardButtonTypeLoginUrl constructor
const
InlineKeyboardButtonTypeLoginUrl({})
A button that opens a specified URL and automatically authorize the current user if allowed to do so
Implementation
const InlineKeyboardButtonTypeLoginUrl({
required this.url,
required this.id,
required this.forwardText,
});