2 Commits

Author SHA1 Message Date
c4a74152d6 Bump the version 2020-04-25 19:00:55 -07:00
0f5b17fd2c Start working on fixing Crystal incompatibility 2020-04-25 18:54:59 -07:00
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: telepathy
version: 0.1.1
version: 0.1.2
authors:
- Danila Fedorin <danila.fedorin@gmail.com>

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)