Emoji

public struct Emoji : Codable, Hashable, Sendable

Undocumented

  • The name of the custom emoji.

    Declaration

    Swift

    public var shortcode: String
  • url

    A link to the custom emoji.

    Declaration

    Swift

    public var url: String
  • A link to a static copy of the custom emoji.

    Declaration

    Swift

    public var staticUrl: String
  • Whether this Emoji should be visible in the picker or unlisted.

    Declaration

    Swift

    public var visibleInPicker: Bool
  • Used for sorting custom emoji in the picker.

    Declaration

    Swift

    public var category: String?