Interface MessageEmbedUpdate

All Superinterfaces:
Entity, GuildEntity, HasChannel, HasGuild, Snowflake, Timestamped
All Known Implementing Classes:
MessageEmbedUpdateImpl

public interface MessageEmbedUpdate extends Snowflake, GuildEntity, HasChannel
When a message's embeds are updated, Discord sends a MESSAGE_UPDATE event that only has id/channel_id/guild_id/embeds in the inner payload. Because of this, we can't just use Message to represent this event.
Since:
10/9/18.
Author:
amy
  • Method Details

    • channel

      @Nonnull @CheckReturnValue default io.reactivex.rxjava3.core.Maybe<MessageChannel> channel()
    • embeds

      @Nonnull @CheckReturnValue List<Embed> embeds()