class

XMPP::Stanza::AvatarInfo

Inherits Reference / Object

AvatarInfo describes one avatar format within metadata: the id hashes the image, type is the MIME type, bytes is the image size in bytes.

Constructors

new(node : XML::Node)
Source

Class methods

xml_name
Source

Instance methods

bytes
Source
bytes=(bytes : Int32)
Source
height
Source
height=(height : Int32)
Source
id=(id : String)
Source
to_xml(xml : XML::Builder)
Source
type
Source
type=(type : String)
Source
width
Source
width=(width : Int32)
Source