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),
|
Url(reqwest::Url),
|
||||||
|
|
||||||
/// An HTTP URL used to automatically authorize the user. Can be used as a
|
/// 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
|
/// [Telegram Login Widget]: https://core.telegram.org/widgets/login
|
||||||
LoginUrl(LoginUrl),
|
LoginUrl(LoginUrl),
|
||||||
|
@ -110,6 +110,7 @@ pub enum InlineKeyboardButtonKind {
|
||||||
/// row.
|
/// row.
|
||||||
///
|
///
|
||||||
/// [Pay button]: https://core.telegram.org/bots/api#payments
|
/// [Pay button]: https://core.telegram.org/bots/api#payments
|
||||||
|
// FIXME(waffle): This should be using `True`
|
||||||
Pay(bool),
|
Pay(bool),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue