1
0
📚 Golang bindings for Telegram API https://core.telegram.org/bots/api
Go to file
2017-11-30 03:10:20 +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 🎨 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
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
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
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
new_bot.go 🎨 Move NewBot method to separate file 2017-10-05 18:22:16 +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 🐛 Fixed invalid fasthttp import 2017-11-29 20:54:35 +05:00
telegram.go 🔇 Removed useless logs in general requests methods 2017-11-30 03:06:59 +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