struct Matrix::Message
- Matrix::Message
- Struct
- Value
- Object
Defined in:
pop3.crConstructors
Instance Method Summary
- #body : String
- #clone
- #copy_with(sender _sender = @sender, room_id _room_id = @room_id, event_id _event_id = @event_id, body _body = @body)
- #event_id : String
- #room_id : String
- #sender : String
Constructor Detail
Instance Method Detail
def copy_with(sender _sender = @sender, room_id _room_id = @room_id, event_id _event_id = @event_id, body _body = @body)
#