Add parse mode for telegram send message
This commit is contained in:
parent
6f6c592169
commit
10b44e9a33
@ -0,0 +1,6 @@
|
|||||||
|
package com.cubetiqs.messaging.client.telegram
|
||||||
|
|
||||||
|
enum class TelegramParseMode (val mode: String) {
|
||||||
|
MARKDOWN("markdown"),
|
||||||
|
HTML("html");
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user