Cheermote
public struct Cheermote : Codable, Equatable
Individual cheermote object from: https://dev.twitch.tv/docs/api/reference/#get-cheermotes
-
Undocumented
Declaration
Swift
public let minBits: Int -
Undocumented
Declaration
Swift
public let id: String -
Undocumented
Declaration
Swift
public let color: String -
Undocumented
Declaration
Swift
public let images: [String : [String : [String : URL]]] -
Undocumented
Declaration
Swift
public let canCheer: Bool -
Undocumented
Declaration
Swift
public let showInBitsCard: Bool
Cheermote Structure Reference