Skip to content

Commit

Permalink
Add webhook_id to message (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbigfrog authored May 27, 2021
1 parent c0adeea commit df22ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/discordcr/mappings/channel.cr
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module Discord
property reactions : Array(Reaction)?
property nonce : String | Int64?
property activity : Activity?
property webhook_id : Snowflake?
end

enum ActivityType : UInt8
Expand Down

0 comments on commit df22ea8

Please sign in to comment.