MemeChallengeResponseSetting
public struct MemeChallengeResponseSetting : ChallengeResponseSetting, Equatable
                Struct representing Challenge response settings for Meme Challenges.
- 
                  
                  
The Meme Challenge subtype.
Declaration
Swift
public var subtype: MemeChallengeResponseSetting.Subtype? - 
                  
                  
Enumeration of Meme Challenge subtypes.
See moreDeclaration
Swift
public enum Subtype : String, Codable - 
                  
                  
Url of the image to be captioned.
Declaration
Swift
public var imageUrl: String - 
                  
                  
Undocumented
Declaration
Swift
public init(subtype: Subtype?, imageUrl: String) 
- 
                  
                  
Declaration
Swift
public init(from decoder: Decoder) throws 
View on GitHub
        MemeChallengeResponseSetting Structure Reference