Start working on fixing Crystal incompatibility

This commit is contained in:
Danila Fedorin 2020-04-25 18:54:59 -07:00
parent 87d1ff8086
commit 0f5b17fd2c
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ module Telepathy::Utils
API_URL = "https://api.telegram.org/bot"
enum ParseMode
Normal, Markdown, HTML
Normal
Markdown
HTML
end
def get_me(api_key : String)