struct Discord::Gateway::MessageUpdatePayload
- Discord::Gateway::MessageUpdatePayload
- Struct
- Value
- Object
Defined in:
discordcr/mappings/gateway.crConstructors
Instance Method Summary
- #attachments : Union(Array(Attachment), Nil)
- #attachments=(_attachments : Union(Array(Attachment), Nil))
- #author : Union(User, Nil)
- #author=(_author : Union(User, Nil))
- #channel_id : Snowflake
- #channel_id=(_channel_id : Snowflake)
- #content : Union(String, Nil)
- #content=(_content : Union(String, Nil))
- #embeds : Union(Array(Embed), Nil)
- #embeds=(_embeds : Union(Array(Embed), Nil))
- #guild_id : Union(Snowflake, Nil)
- #guild_id=(_guild_id : Union(Snowflake, Nil))
- #id : Snowflake
- #id=(_id : Snowflake)
- #mention_everyone : Union(Bool, Nil)
- #mention_everyone=(_mention_everyone : Union(Bool, Nil))
- #mention_roles : Union(Array(Snowflake), Nil)
- #mention_roles=(_mention_roles : Union(Array(Snowflake), Nil))
- #mentions : Union(Array(User), Nil)
- #mentions=(_mentions : Union(Array(User), Nil))
- #pinned : Union(Bool, Nil)
- #pinned=(_pinned : Union(Bool, Nil))
- #timestamp : Union(Time, Nil)
- #timestamp=(_timestamp : Union(Time, Nil))
- #to_json(json : JSON::Builder)
- #tts : Union(Bool, Nil)
- #tts=(_tts : Union(Bool, Nil))
- #type : Union(UInt8, Nil)
- #type=(_type : Union(UInt8, Nil))