1
0
📚 Golang bindings for Telegram API https://core.telegram.org/bots/api
Go to file
Maxim Lebedev 32f616a00b
🔨 Refactor upload and dynamic requests
Created public UploadFile method just in case, rewrited requests body and added ErrBadFile variable
2017-11-22 15:29:45 +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
chat_helpers.go 🔨 Refactor helpers 2017-10-17 16:15:15 +05:00
delete_chat_photo.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
delete_message.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
delete_sticker_from_set.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
delete_webhook.go 🐛 Fixed DeleteWebhook method 2017-10-12 14:45:08 +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
entities_helpers.go 🔨 Refactor helpers 2017-10-17 16:15:15 +05:00
export_chat_invite_link.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
forward_message.go 🔨 Refactor helpers 2017-10-17 16:15:15 +05:00
get_chat_administrators.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
get_chat_member.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
get_chat_members_count.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
get_chat.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
get_file.go 🎨 Format comments 2017-10-06 12:55:54 +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 🎨 Format comments 2017-10-06 12:55:54 +05:00
get_updates.go 🐛 Fixed Updates array 2017-10-06 13:47:05 +05:00
get_webhook_info.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
leave_chat.go 🔨 Remove interface for chat_id, use int64 instead 2017-10-05 16:31:53 +05:00
LICENSE.md 🎉 Initial commit 2017-09-04 23:20:52 +05:00
messages_helpers.go 🚑 Fixed panic by loop in command argument helpers 2017-11-21 19:40:36 +05:00
new_bot.go 🎨 Move NewBot method to separate file 2017-10-05 18:22:16 +05:00
new_helpers.go 🚑 Fixed invalid types in NewInputMedia args and rewrite requestURI 2017-11-21 15:15:03 +05:00
PATRONS.md 👥 Rewrite PATRONS.md list 2017-10-25 19:47:47 +05:00
README.md 🎉 Initial commit 2017-09-04 23:20:52 +05:00
send_chat_action.go Added all avaliable types, filters and actions constants 2017-10-06 14:25:52 +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_message.go 🔨 Refactor helpers 2017-10-17 16:15:15 +05:00
send_sticker.go 🚧 Save work-in-progress state 2017-10-25 19:48:53 +05:00
set_chat_title.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
set_game_score.go Added setGameScore method 2017-10-17 16:15:20 +05:00
set_sticker_position_in_set.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
set_webhook.go 🔨 Refactor upload and dynamic requests 2017-11-22 15:29:45 +05:00
telegram.go 🔨 Refactor upload and dynamic requests 2017-11-22 15:29:45 +05:00
types.go 👽 Update code to API 3.5 (November 17, 2017) 2017-11-21 14:57:00 +05:00
unban_chat_member.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
unpin_chat_message.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
upload_file.go 🔨 Refactor upload and dynamic requests 2017-11-22 15:29:45 +05:00

GoLang bindings for the Telegram API discord