DiscordActivityAssets

public struct DiscordActivityAssets

Represents presence assets.

  • The id of the large image.

    Declaration

    Swift

    public let largeImage: String?
  • The hover text for the large image.

    Declaration

    Swift

    public let largeText: String?
  • The id of the small image.

    Declaration

    Swift

    public let smallImage: String?
  • The hover text for the small image.

    Declaration

    Swift

    public let smallText: String?