mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
add enum
This commit is contained in:
parent
1891976650
commit
4718572088
1 changed files with 4 additions and 0 deletions
4
src/core/parse_mode.rs
Normal file
4
src/core/parse_mode.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
pub enum ParseMode {
|
||||
HTML,
|
||||
Markdown,
|
||||
}
|
Loading…
Reference in a new issue