struct Chat

Defined in:

models/chat.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(row_id : Int32, id : String, service : String) #

[View source]

Instance Method Detail

def add_participant(user) #

[View source]
def display_name #

[View source]
def id : String #

[View source]
def participants : Set(User) #

[View source]
def row_id : Int32 #

[View source]
def service : String #

[View source]