1
0
📚 Golang bindings for Telegram API https://core.telegram.org/bots/api
Go to file
2017-09-05 01:21:59 +05:00
.gitignore 🎉 Initial commit 2017-09-04 23:20:52 +05:00
delete_sticker_from_set.go 🐛 Changed get to post 2017-09-05 01:04:40 +05:00
delete_webhook.go 🐛 Changed get to post 2017-09-05 01:04:40 +05:00
get_chat_member.go Added getChatMember method 2017-09-05 00:47:27 +05:00
get_file.go Added sendFile method 2017-09-05 01:16:06 +05:00
get_me.go Added getMe method 2017-09-04 23:33:09 +05:00
get_sticker_set.go Added getStickerSet method 2017-09-05 00:08:08 +05:00
get_updates.go 🚨 Fixed critical linter warnings 2017-09-05 01:12:26 +05:00
get_webhook_info.go Added getWebhookInfo method 2017-09-04 23:33:50 +05:00
LICENSE.md 🎉 Initial commit 2017-09-04 23:20:52 +05:00
PATRONS.md 📝 Add PATRONS.md 2017-09-04 23:21:47 +05:00
README.md 🎉 Initial commit 2017-09-04 23:20:52 +05:00
send_chat_action.go 🐛 Changed get to post 2017-09-05 01:04:40 +05:00
set_sticker_position_in_set.go Added setStickerPositionInSet method 2017-09-05 00:12:39 +05:00
telegram.go 🔨 Added custom error code of ID type 2017-09-05 00:46:26 +05:00
types.go 🚨 Fixed critical linter warnings 2017-09-05 01:12:26 +05:00
unban_chat_member.go Added unbanChatMember method 2017-09-05 01:21:59 +05:00

GoLang bindings for the Telegram API discord