1
0
📚 Golang bindings for Telegram API https://core.telegram.org/bots/api
Go to file
Maxim Lebedev d99fa961cb
🐛 ✏️ Fixed typos
2017-09-05 01:54:28 +05:00
.gitignore 🎉 Initial commit 2017-09-04 23:20:52 +05:00
delete_chat_photo.go 🐛 ✏️ Fixed typos 2017-09-05 01:54:28 +05:00
delete_message.go 🐛 ✏️ Fixed typos 2017-09-05 01:54:28 +05:00
delete_sticker_from_set.go 🐛 ✏️ Fixed typos 2017-09-05 01:54:28 +05:00
delete_webhook.go 🐛 Changed get to post 2017-09-05 01:04:40 +05:00
export_chat_invite_link.go 🐛 ✏️ Fixed typos 2017-09-05 01:54:28 +05:00
get_chat_administrators.go 🐛 ✏️ Fixed typos 2017-09-05 01:54:28 +05:00
get_chat_member.go 🐛 ✏️ Fixed typos 2017-09-05 01:54:28 +05:00
get_chat_members_count.go 🐛 ✏️ Fixed typos 2017-09-05 01:54:28 +05:00
get_chat.go 🐛 ✏️ Fixed typos 2017-09-05 01:54:28 +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
leave_chat.go 🐛 ✏️ Fixed typos 2017-09-05 01:54:28 +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 🐛 ✏️ Fixed typos 2017-09-05 01:54:28 +05:00
set_chat_title.go 🐛 ✏️ Fixed typos 2017-09-05 01:54:28 +05:00
set_sticker_position_in_set.go 🐛 ✏️ Fixed typos 2017-09-05 01:54:28 +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 🐛 ✏️ Fixed typos 2017-09-05 01:54:28 +05:00
unpin_chat_message.go 🐛 ✏️ Fixed typos 2017-09-05 01:54:28 +05:00

GoLang bindings for the Telegram API discord