ReactionValueFormats

public struct ReactionValueFormats : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.

    Declaration

    Swift

    public let emoji: String?
  • The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.

    Declaration

    Swift

    public let shortCode: String?
  • The Unicode codepoint for the reaction.

    Declaration

    Swift

    public let unicode: String?
  • Undocumented

    Declaration

    Swift

    public init(emoji: String? = nil, shortCode: String? = nil, unicode: String? = nil)