grom/message/interaction_metadata

Types

pub type InteractionMetadata {
  InteractionMetadata(
    id: String,
    type_: Type,
    user: user.User,
    authorizing_integration_owners: dict.Dict(
      application.InstallationContext,
      String,
    ),
    original_response_message_id: option.Option(String),
    target_user: option.Option(user.User),
    target_message_id: option.Option(String),
  )
}

Constructors

pub type Type {
  Ping
  ApplicationCommand
  MessageComponent
  ApplicationCommandAutocomplete
  ModalSubmit
}

Constructors

  • Ping
  • ApplicationCommand
  • MessageComponent
  • ApplicationCommandAutocomplete
  • ModalSubmit
Search Document