Skip to content

Instantly share code, notes, and snippets.

@chadfurman
Created September 3, 2015 12:54
Show Gist options
  • Save chadfurman/6957b56b706abb424a5c to your computer and use it in GitHub Desktop.
Save chadfurman/6957b56b706abb424a5c to your computer and use it in GitHub Desktop.
class TextMessage extends Message
# Represents an incoming message from the chat.
#
# user - A User instance that sent the message.
# text - A String message.
# id - A String of the message ID.
constructor: (@user, @text, @id) ->
super @user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment