1
0
📚 Golang bindings for Telegram API https://core.telegram.org/bots/api
Go to file
2017-10-05 16:49:49 +05:00
.gitignore 🎉 Initial commit 2017-09-04 23:20:52 +05:00
answer_callback_query.go 🚧 Fixed optional fields 2017-10-05 16:27:33 +05:00
answer_inline_query.go 🚧 Fixed optional fields 2017-10-05 16:27:33 +05:00
answer_shipping_query.go Added answerShippingQuery method 2017-10-05 16:49:49 +05:00
delete_chat_photo.go 🔨 Remove interface for chat_id, use int64 instead 2017-10-05 16:31:53 +05:00
delete_message.go 🔨 Remove interface for chat_id, use int64 instead 2017-10-05 16:31:53 +05:00
delete_sticker_from_set.go 🐛 Fixed requests 2017-09-05 14:20:10 +05:00
delete_webhook.go 🐛 Fixed requests 2017-09-05 14:20:10 +05:00
export_chat_invite_link.go 🔨 Remove interface for chat_id, use int64 instead 2017-10-05 16:31:53 +05:00
get_chat_administrators.go 🔨 Remove interface for chat_id, use int64 instead 2017-10-05 16:31:53 +05:00
get_chat_member.go 🔨 Remove interface for chat_id, use int64 instead 2017-10-05 16:31:53 +05:00
get_chat_members_count.go 🔨 Remove interface for chat_id, use int64 instead 2017-10-05 16:31:53 +05:00
get_chat.go 🔨 Remove interface for chat_id, use int64 instead 2017-10-05 16:31:53 +05:00
get_file.go 🐛 Fixed requests 2017-09-05 14:20:10 +05:00
get_me.go 🐛 Fixed requests 2017-09-05 14:20:10 +05:00
get_sticker_set.go 🐛 Fixed requests 2017-09-05 14:20:10 +05:00
get_updates.go 🚧 Fixed optional fields 2017-10-05 16:27:33 +05:00
get_webhook_info.go 🐛 Fixed requests 2017-09-05 14:20:10 +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
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 🔨 Remove interface for chat_id, use int64 instead 2017-10-05 16:31:53 +05:00
send_invoice.go 🚧 Fixed optional fields 2017-10-05 16:27:33 +05:00
set_chat_title.go 🔨 Remove interface for chat_id, use int64 instead 2017-10-05 16:31:53 +05:00
set_sticker_position_in_set.go 🐛 Fixed requests 2017-09-05 14:20:10 +05:00
telegram.go Added Self object in Bot 2017-10-05 16:32:26 +05:00
types.go 🚧 Fixed optional fields 2017-10-05 16:27:33 +05:00
unban_chat_member.go 🔨 Remove interface for chat_id, use int64 instead 2017-10-05 16:31:53 +05:00
unpin_chat_message.go 🔨 Remove interface for chat_id, use int64 instead 2017-10-05 16:31:53 +05:00

GoLang bindings for the Telegram API discord