mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
rename variants ReplyMarkup
This commit is contained in:
parent
dccf24a4a5
commit
c2fb937763
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ use crate::types::{
|
|||
#[derive(Clone, Debug, Eq, Hash, PartialEq, Serialize, Deserialize)]
|
||||
#[serde(untagged)]
|
||||
pub enum ReplyMarkup {
|
||||
Inline(InlineKeyboardMarkup),
|
||||
Reply(ReplyKeyboardMarkup),
|
||||
InlineKeyboardMarkup(InlineKeyboardMarkup),
|
||||
ReplyKeyboardMarkup(ReplyKeyboardMarkup),
|
||||
ReplyKeyboardRemove(ReplyKeyboardRemove),
|
||||
ForceReply(ForceReply),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue