mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
fix wrong name
This commit is contained in:
parent
afa877ff56
commit
c7fb8da774
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pub enum ReplyMarkup {
|
|||
|
||||
impl From<InlineKeyboardMarkup> for ReplyMarkup {
|
||||
fn from(markup: InlineKeyboardMarkup) -> Self {
|
||||
ReplyMarkup::Inline(markup)
|
||||
ReplyMarkup::InlineKeyboardMarkup(markup)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue