~gdanix/telegram-bot-simple

2facb477 — Daniel Trujillo Viedma 3 years ago inline_mode
Add inline mode support to EchoBot
d89c8cbf — Daniel Trujillo Viedma 3 years ago
Initial support for inline mode
fb566618 — Daniel Trujillo Viedma 3 years ago
Add a pattern in the gitignore to prevent the commit of Emacs backup files
1855b817 — Andrey Prokopenko 4 years ago master
Version bump
bf59cec8 — Andrey Prokopenko 4 years ago
Merge pull request #40 from cheopslab/backcompat

Support backwards compatibility with older ghc.
da3e0b34 — Alexander Vershilov 4 years ago
Support backwards compatibility with older ghc.

For base<4.13 there is a method fail, that was is equal to
`error` call unless overriden. This commit reintroduces
method overriding so parser will not exit with exception on
the call to fail.
11b6c5e9 — Andrey Prokopenko 4 years ago
Release v.0.3.4
5b281fb1 — Andrey Prokopenko 4 years ago
Merge pull request #39 from fizruk/fix-cron-job

Restrict `cron` lower boundary to fix cron jobs
298c039a — Andrey Prokopenko 4 years ago
Restore travis job
59a5aeff — Andrey Prokopenko 4 years ago
Restrict `cron` lower boundary to fix cron jobs
3b0ec961 — Andrey Prokopenko 4 years ago
Merge pull request #38 from ruamk/master

Update package.yaml to use newer cron version.
07b69657 — Alexander Danilov 4 years ago
Update package.yaml

Fix cron package version to prevent bug with 60 minutes.
ec24e49d — Andrey Prokopenko 4 years ago
Release v.0.3.3
fa8601bc — Andrey Prokopenko 4 years ago
Merge pull request #36 from pavel-the-best/hashable-type

Derive Hashable for MessageId
8ad8d017 — Andrey Prokopenko 4 years ago
Release v.0.3.2
a0be7422 — Andrey Prokopenko 4 years ago
Merge pull request #35 from pavel-the-best/forward-msg

Implement forwardMessage API method
6ebbb62d — Andrey Prokopenko 4 years ago
Merge pull request #33 from cheopslab/markdownv2

Add MarkdownV2 parse mode
Derive Hashable for MessageId so it could be used in HashMap

Signed-off-by: Pavel Kalugin <paul.kalug@gmail.com>
Implement forwardMessage API method

Signed-off-by: Pavel Kalugin <paul.kalug@gmail.com>
76af4330 — Alexander Vershilov 4 years ago
Add markdownv2 parse mode

Telegram API supports MarkdownV2 flavour of markdown
that is much richer than V1.
See https://core.telegram.org/bots/api#markdownv2-style for details.
Next
Do not follow this link