mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
commit
21c5819a12
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,7 @@ pub enum InlineKeyboardButtonKind {
|
|||
Url(reqwest::Url),
|
||||
|
||||
/// An HTTP URL used to automatically authorize the user. Can be used as a
|
||||
/// replacement for the [Telegram Login Widget]().
|
||||
/// replacement for the [Telegram Login Widget].
|
||||
///
|
||||
/// [Telegram Login Widget]: https://core.telegram.org/widgets/login
|
||||
LoginUrl(LoginUrl),
|
||||
|
@ -110,6 +110,7 @@ pub enum InlineKeyboardButtonKind {
|
|||
/// row.
|
||||
///
|
||||
/// [Pay button]: https://core.telegram.org/bots/api#payments
|
||||
// FIXME(waffle): This should be using `True`
|
||||
Pay(bool),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue