class

MCProtocol::BlobResourceContents

Inherits JSON::Serializable < Reference < Object

Constructors

new(blob : String, uri : URI, mimeType : String | Nil = Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

blob

A base64-encoded string representing the binary data of the item.

Source
mimeType

The MIME type of this resource, if known.

Source
uri

The URI of this resource.

Source