diff options
| author | Zeyla Hellyer <[email protected]> | 2017-12-15 14:33:21 -0800 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-12-15 14:34:10 -0800 |
| commit | 99d17d2975143b0d588c969f7ae6f8d11e62a9e1 (patch) | |
| tree | 74ea2a369180ee343b285cb1c0394f1c8161313a /tests/resources | |
| parent | Change type of a couple Guild/PartialGuild fields (diff) | |
| download | serenity-99d17d2975143b0d588c969f7ae6f8d11e62a9e1.tar.xz serenity-99d17d2975143b0d588c969f7ae6f8d11e62a9e1.zip | |
Fix deserialization of `Guild::application_id`
Fix the deserialization of the `Guild::application_id` structfield.
Additionally, create a new ID type for it.
A test has been added for this.
Diffstat (limited to 'tests/resources')
| -rw-r--r-- | tests/resources/guild_some_application_id.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/resources/guild_some_application_id.json b/tests/resources/guild_some_application_id.json new file mode 100644 index 0000000..d046a3f --- /dev/null +++ b/tests/resources/guild_some_application_id.json @@ -0,0 +1 @@ +{"afk_channel_id":null,"afk_timeout":300,"application_id":"245571012924538880","channels":[{"guild_id":334866293213888514,"id":"334866293213888514","last_message_id":"334866823763722242","name":"general","permission_overwrites":[],"position":0,"topic":null,"type":0},{"bitrate":64000,"guild_id":334866293213888514,"id":"334866293213888515","name":"General","permission_overwrites":[],"position":0,"type":2,"user_limit":0}],"default_message_notifications":0,"emojis":[],"explicit_content_filter":0,"features":[],"icon":null,"id":"334866293213888514","joined_at":"2017-07-13T01:19:05.876000+00:00","large":false,"member_count":1,"members":[{"deaf":false,"guild_id":334866293213888514,"joined_at":"2017-07-13T01:19:05.876000+00:00","mute":false,"roles":[],"user":{"avatar":"96fd89e899fbb203b9851df3e7dcbf5d","bot":true,"discriminator":"9653","id":"245571012924538880","username":"nano"}}],"mfa_level":0,"name":"helo","owner_id":"245571012924538880","presences":[{"game":{"name":"nano help [1/1]","type":0},"status":"online","user":{"id":"245571012924538880"}}],"region":"eu-central","roles":[{"color":0,"hoist":false,"id":"334866293213888514","managed":false,"mentionable":false,"name":"@everyone","permissions":104324161,"position":0}],"splash":null,"system_channel_id":null,"verification_level":0,"voice_states":[]} |