1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-28 13:19:06 +00:00
arikawa/api
samhza 37b8871c65
api: Update sending/editing messages for v9 (#230)
api.{Send,Edit}MessageData and their equivalents in package api/webhook
have been updated to add some fields added in Discord API v9.
(webhook.Client).EditMessage now also returns a message, because that
endpoint returns a message on success.
2021-06-17 23:32:11 -07:00
..
rate *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
webhook api: Update sending/editing messages for v9 (#230) 2021-06-17 23:32:11 -07:00
api.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
api_test.go API: Added WithContext API, closes #15 2020-05-03 14:02:03 -07:00
application.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
bot.go shard: Remake shard manager (#226) 2021-06-14 15:22:55 -07:00
channel.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
emoji.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
guild.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
image.go *: Rename error types to have Error suffix (#215) 2021-06-06 12:40:24 -07:00
integration_test.go api: Update sending/editing messages for v9 (#230) 2021-06-17 23:32:11 -07:00
interaction.go discord: Add Flags field to InteractionResponseData 2021-06-14 15:23:08 -07:00
invite.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
login.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
member.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
message.go api: Update sending/editing messages for v9 (#230) 2021-06-17 23:32:11 -07:00
message_reaction.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
role.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
send.go api: Update sending/editing messages for v9 (#230) 2021-06-17 23:32:11 -07:00
send_test.go api: Update sending/editing messages for v9 (#230) 2021-06-17 23:32:11 -07:00
stage.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
user.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
webhook.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00