struct Matrix::Message

Defined in:

pop3.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sender : String, room_id : String, event_id : String, body : String) #

[View source]

Instance Method Detail

def body : String #

def clone #

[View source]
def copy_with(sender _sender = @sender, room_id _room_id = @room_id, event_id _event_id = @event_id, body _body = @body) #

[View source]
def event_id : String #

def room_id : String #

def sender : String #