arikawa/api
Scott 10c8837000 api: Finalized buttons implementation (#200)
* all: Added Components fields to message-related types
* discord: Documented Reactions field
* discord: Implement fix for Component
* gateway: Added User and Message fields to InteractionCreateEvent
* api: Made InteractionResponseData fields optional for UpdateMessage responses
* api: Deprecated and updated interaction response types
* gateway: Update optional interaction event fields
* discord: Added ComponentWrap for json unmarshalling
* state: Update components on MessageUpdate
* Updated buttons example
2021-05-29 21:32:33 -07:00
..
rate Webhook: Add rate limiter and WithContext 2021-03-05 20:01:33 -08:00
webhook Webhook: Add rate limiter and WithContext 2021-03-05 20:01:33 -08:00
api.go api: Increase arikawa version in UserAgent to v3 2021-05-29 21:32:31 -07:00
api_test.go API: Added WithContext API, closes #15 2020-05-03 14:02:03 -07:00
application.go Discord: Add basic support for slash commands 2021-01-27 10:44:14 -08:00
channel.go API: Update the Client.CreateChannel docs to mention the recent permission change 2021-05-29 12:40:10 -07:00
emoji.go Discord: Added typed APIEmoji 2020-12-16 12:24:23 -08:00
guild.go API: Separated min function 2020-12-26 16:08:41 -08:00
image.go replace usage of discordapp.com with discord.com in docs 2020-11-03 10:14:53 -08:00
integration_test.go CI: Add perseverance test for Gateway 2020-12-31 23:48:29 -08:00
interaction.go api: Finalized buttons implementation (#200) 2021-05-29 21:32:33 -07:00
invite.go API: Added JoinInvite 2020-12-31 00:16:43 -08:00
login.go *: Migrated Go Modules to v2 2020-10-28 15:39:59 -07:00
member.go API: Separated min function 2020-12-26 16:08:41 -08:00
message.go api: Finalized buttons implementation (#200) 2021-05-29 21:32:33 -07:00
message_reaction.go API: Separated min function 2020-12-26 16:08:41 -08:00
role.go *: Migrated Go Modules to v2 2020-10-28 15:39:59 -07:00
send.go api: Finalized buttons implementation (#200) 2021-05-29 21:32:33 -07:00
send_test.go API: Move ExecuteWebhookData, add package sendpart for uploads 2020-12-16 13:11:11 -08:00
user.go API: Add get Note endpoint 2020-12-26 16:13:10 -08:00
webhook.go *: Migrated Go Modules to v2 2020-10-28 15:39:59 -07:00