1
0
📚 Golang bindings for Telegram API https://core.telegram.org/bots/api
Go to file
2018-04-12 16:58:05 +05:00
docs 🚚 Moved docs to 'docs' directory 2018-04-12 15:20:23 +05:00
login Added login package 2018-02-14 22:58:02 +05:00
test 🏗️ Renamed NewBot method to New and changed Bot struct 2018-04-12 16:56:35 +05:00
.gitignore 🎉 Initial commit 2017-09-04 23:20:52 +05:00
answer_callback_query.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
answer_inline_query.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
answer_pre_checkout_query.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
answer_shipping_query.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
constants.go 🚚 Moved constants from 'models.go' to 'constants.go' 2018-04-12 16:52:11 +05:00
delete_chat_photo.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
delete_chat_sticker_set.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
delete_message.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
delete_sticker_from_set.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
delete_webhook.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
doc.go 🔖 Changed version to 3.6 2018-02-16 03:03:17 +05:00
edit_message_caption.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
edit_message_live_location.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
edit_message_reply_markup.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
edit_message_text.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
export_chat_invite_link.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
forward_message.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
get_chat_administrators.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
get_chat_member.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
get_chat_members_count.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
get_chat.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
get_file.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
get_game_high_scores.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
get_me.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
get_sticker_set.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
get_updates.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
get_user_profile_photos.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
get_webhook_info.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
kick_chat_member.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
leave_chat.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
LICENSE.md 🎉 Initial commit 2017-09-04 23:20:52 +05:00
models.go 🚚 Moved constants from 'models.go' to 'constants.go' 2018-04-12 16:52:11 +05:00
pin_chat_message.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
request.go ♻️ Refactoring methods parameters 2018-02-16 04:28:59 +05:00
send_chat_action.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
send_contact.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
send_document.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
send_game.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
send_invoice.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
send_location.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
send_media_group.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
send_message.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
send_photo.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
send_venue.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
set_chat_description.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
set_chat_photo.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
set_chat_sticker_set.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
set_chat_title.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
set_game_score.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
set_sticker_position_in_set.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
set_webhook.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
unban_chat_member.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
unpin_chat_message.go 🎨 Use method constants 2018-04-12 16:58:05 +05:00
upload.go ♻️ Refactoring methods parameters 2018-02-16 04:28:59 +05:00
utils_bot.go 🏗️ Renamed NewBot method to New and changed Bot struct 2018-04-12 16:56:35 +05:00
utils_chat.go 🚚 Rename helpers to utils 2018-04-12 16:53:29 +05:00
utils_entity.go 🚚 Rename helpers to utils 2018-04-12 16:53:29 +05:00
utils_inline_keyboard.go 🚚 Rename helpers to utils 2018-04-12 16:53:29 +05:00
utils_inline_query_result.go 🚚 Rename helpers to utils 2018-04-12 16:53:29 +05:00
utils_input.go 🚚 Rename helpers to utils 2018-04-12 16:53:29 +05:00
utils_keyboard.go 🚚 Rename helpers to utils 2018-04-12 16:53:29 +05:00
utils_member.go 🚚 Rename helpers to utils 2018-04-12 16:53:29 +05:00
utils_message.go 🚚 Rename helpers to utils 2018-04-12 16:53:29 +05:00
utils_update.go 🚚 Rename helpers to utils 2018-04-12 16:53:29 +05:00
utils_user.go 🚚 Rename helpers to utils 2018-04-12 16:53:29 +05:00
utils.go 🚚 Rename helpers to utils 2018-04-12 16:53:29 +05:00

GoLang bindings for the Telegram API discord