1
0
📚 Golang bindings for Telegram API https://core.telegram.org/bots/api
Go to file
2017-12-20 01:38:08 +05:00
.gitignore 🎉 Initial commit 2017-09-04 23:20:52 +05:00
answer_callback_query.go 🔨 Refactor helpers 2017-10-17 16:15:15 +05:00
answer_inline_query.go 🐛 Fixed fcuking interfaces 2017-10-26 05:24:25 +05:00
answer_pre_checkout_query.go 🔨 Refactor helpers 2017-10-17 16:15:15 +05:00
answer_shipping_query.go 🔨 Refactor helpers 2017-10-17 16:15:15 +05:00
delete_chat_photo.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
delete_chat_sticker_set.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
delete_message.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
delete_sticker_from_set.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
delete_webhook.go 🐛 Fixed DeleteWebhook method 2017-10-12 14:45:08 +05:00
doc.go 🏗️ Split request and upload methods to separated files 2017-12-13 19:02:07 +05:00
edit_message_caption.go Added editMessageCaption method 2017-10-17 16:15:20 +05:00
edit_message_live_location.go Added editMessageLiveLocation method 2017-10-17 16:15:20 +05:00
edit_message_reply_markup.go Added editMessageReplyMarkup method 2017-10-17 16:15:20 +05:00
edit_message_text.go Added editMessageText method 2017-10-17 16:15:20 +05:00
export_chat_invite_link.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
forward_message.go 🔨 Refactor helpers 2017-10-17 16:15:15 +05:00
get_chat_administrators.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
get_chat_member.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
get_chat_members_count.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
get_chat.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
get_file.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
get_game_high_scores.go Added getGameHighScores method 2017-10-17 16:15:20 +05:00
get_me.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
get_sticker_set.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
get_updates.go 🐛 Fixed Updates array 2017-10-06 13:47:05 +05:00
get_user_profile_photos.go Added GetUserProfilePhotos method 2017-12-14 12:39:12 +05:00
get_webhook_info.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
helpers_chat.go 🔧 Helpers refactor and added NewWebhookChannel method 2017-11-23 13:59:25 +05:00
helpers_entity.go 🔧 Helpers refactor and added NewWebhookChannel method 2017-11-23 13:59:25 +05:00
helpers_inline_keyboard.go 🔧 Helpers refactor and added NewWebhookChannel method 2017-11-23 13:59:25 +05:00
helpers_inline_query_result.go 🔧 Helpers refactor and added NewWebhookChannel method 2017-11-23 13:59:25 +05:00
helpers_input.go 🔧 Helpers refactor and added NewWebhookChannel method 2017-11-23 13:59:25 +05:00
helpers_keyboard.go 🔧 Helpers refactor and added NewWebhookChannel method 2017-11-23 13:59:25 +05:00
helpers_message.go 🐛 Fixed entities checks in Command helper 2017-11-30 03:10:20 +05:00
helpers_updates.go 🐛 Fixed invalid fasthttp import 2017-11-29 20:54:35 +05:00
helpers.go 🔧 Helpers refactor and added NewWebhookChannel method 2017-11-23 13:59:25 +05:00
kick_chat_member.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
leave_chat.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
LICENSE.md 🎉 Initial commit 2017-09-04 23:20:52 +05:00
new_bot.go 🎨 Move NewBot method to separate file 2017-10-05 18:22:16 +05:00
PATRONS.md 👥 Updated PATRONS.md 2017-11-30 12:57:54 +05:00
pin_chat_message.go Added PinChatMessage method 2017-12-14 12:08:19 +05:00
README.md 🎉 Initial commit 2017-09-04 23:20:52 +05:00
request.go 🏗️ Split request and upload methods to separated files 2017-12-13 19:02:07 +05:00
send_chat_action.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
send_game.go Added sendGame method 2017-10-17 16:15:20 +05:00
send_invoice.go 👽 Update code to API 3.5 (November 17, 2017) 2017-11-21 14:57:00 +05:00
send_media_group.go Added SendMediaGroup method 2017-12-14 12:33:44 +05:00
send_message.go 🔨 Refactor helpers 2017-10-17 16:15:15 +05:00
send_sticker.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
set_chat_photo.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
set_chat_sticker_set.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
set_chat_title.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
set_game_score.go Added setGameScore method 2017-10-17 16:15:20 +05:00
set_sticker_position_in_set.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
set_webhook.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
types.go Added SendMediaGroup method 2017-12-14 12:33:44 +05:00
unban_chat_member.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
unpin_chat_message.go ♻️ Use fasthttp.Args more safe 2017-12-13 19:11:35 +05:00
upload.go 🎨 Format of the upload request comments 2017-12-20 01:38:08 +05:00

GoLang bindings for the Telegram API discord