mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Fix link
This commit is contained in:
parent
9e2f5dc6cc
commit
108caf8051
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ pub enum InlineKeyboardButtonKind {
|
||||||
/// switched from, skipping the chat selection screen.
|
/// switched from, skipping the chat selection screen.
|
||||||
///
|
///
|
||||||
/// [inline mode]: https://core.telegram.org/bots/inline
|
/// [inline mode]: https://core.telegram.org/bots/inline
|
||||||
/// [switch_pm…]: https://core.telegram.org/bots/api#answerinlinequery
|
/// [switch_pm…]: crate::payloads::AnswerInlineQuery
|
||||||
SwitchInlineQuery(String),
|
SwitchInlineQuery(String),
|
||||||
|
|
||||||
/// If set, pressing the button will insert the bot‘s username and the
|
/// If set, pressing the button will insert the bot‘s username and the
|
||||||
|
|
Loading…
Reference in a new issue