struct Discord::Gateway::MessageUpdatePayload
- Discord::Gateway::MessageUpdatePayload
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
discordcr/mappings/gateway.crConstructors
Instance Method Summary
- #attachments : Array(Attachment)?
- #attachments=(attachments : Array(Attachment)?)
- #author : User?
- #author=(author : User?)
- #channel_id : Snowflake
- #channel_id=(channel_id : Snowflake)
- #content : String?
- #content=(content : String?)
- #embeds : Array(Embed)?
- #embeds=(embeds : Array(Embed)?)
- #guild_id : Snowflake?
- #guild_id=(guild_id : Snowflake?)
- #id : Snowflake
- #id=(id : Snowflake)
- #mention_everyone : Bool?
- #mention_everyone=(mention_everyone : Bool?)
- #mention_roles : Array(Snowflake)?
- #mention_roles=(mention_roles : Array(Snowflake)?)
- #mentions : Array(User)?
- #mentions=(mentions : Array(User)?)
- #pinned : Bool?
- #pinned=(pinned : Bool?)
- #timestamp : Time?
- #timestamp=(timestamp : Time?)
- #tts : Bool?
- #tts=(tts : Bool?)
- #type : UInt8?
- #type=(type : UInt8?)