1
0
📚 Golang bindings for Telegram API https://core.telegram.org/bots/api
Go to file
2017-10-11 16:58:11 +05:00
.gitignore 🎉 Initial commit 2017-09-04 23:20:52 +05:00
answer_callback_query.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
answer_inline_query.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
answer_pre_checkout_query.go 🚨 Fixed capitalization 2017-10-06 13:46:30 +05:00
answer_shipping_query.go 🚨 Fixed capitalization 2017-10-06 13:46:30 +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 🎨 Format comments 2017-10-06 12:55:54 +05:00
export_chat_invite_link.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
forward_message.go 🐛 Fixed unused package import in ForwardMessage 2017-10-06 17:40:30 +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_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
new_bot.go 🎨 Move NewBot method to separate file 2017-10-05 18:22:16 +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 Added all avaliable types, filters and actions constants 2017-10-06 14:25:52 +05:00
send_invoice.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
send_message.go 🐛 Fixed data type in sendMessage method 2017-10-09 10:57:38 +05:00
set_chat_title.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
set_sticker_position_in_set.go 🎨 Format comments 2017-10-06 12:55:54 +05:00
set_webhook.go Added SetWebhook method 2017-10-11 16:58:11 +05:00
telegram.go Added all avaliable types, filters and actions constants 2017-10-06 14:25:52 +05:00
toolbox.go Added more message helpers 2017-10-09 10:56:44 +05:00
types.go Added all avaliable types, filters and actions constants 2017-10-06 14:25:52 +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

GoLang bindings for the Telegram API discord