We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab28d18 commit 91bd858Copy full SHA for 91bd858
src/Telegram/Types/Inline/Keyboard/Button.php
@@ -88,6 +88,8 @@ class Button extends TelegramTypes
88
protected function mapSubObjects(string $key, array $data): TelegramTypes
89
{
90
switch ($key) {
91
+ case 'login_url':
92
+ return new LoginUrl($data, $this->logger);
93
case 'callback_game':
94
return new CallbackGame($data, $this->logger);
95
}
0 commit comments