Start working on fixing Crystal incompatibility
This commit is contained in:
parent
87d1ff8086
commit
0f5b17fd2c
@ -3,7 +3,9 @@ module Telepathy::Utils
|
|||||||
API_URL = "https://api.telegram.org/bot"
|
API_URL = "https://api.telegram.org/bot"
|
||||||
|
|
||||||
enum ParseMode
|
enum ParseMode
|
||||||
Normal, Markdown, HTML
|
Normal
|
||||||
|
Markdown
|
||||||
|
HTML
|
||||||
end
|
end
|
||||||
|
|
||||||
def get_me(api_key : String)
|
def get_me(api_key : String)
|
||||||
|
Loading…
Reference in New Issue
Block a user