Open Frame Result
data class OpenFrameResult(val acceptedClients: AcceptedFrameClients, val image: OpenFrameImage, val postUrl: String?, val textInput: TextInput?, val buttons: Map<String, OpenFrameButton>?, val ogImage: String, val state: String?)
Constructors
Link copied to clipboard
constructor(acceptedClients: AcceptedFrameClients, image: OpenFrameImage, postUrl: String?, textInput: TextInput?, buttons: Map<String, OpenFrameButton>?, ogImage: String, state: String?)