Skip to content

class Tourmaline::MessageOriginHiddenUser
inherits Reference #

The message was originally sent by an unknown user.

Included modules

JSON::Serializable

Constructors#

.new(type, date, sender_user_name) #

View source

.new(pull : JSON::PullParser) #

View source

Methods#

#date : Time #

View source

#date=(date : Time) #

View source

#sender_user_name : String #

Name of the user that sent the message originally

View source

#sender_user_name=(sender_user_name : String) #

Name of the user that sent the message originally

View source

#type : String #

Type of the message origin, always "hidden_user"

View source

#type=(type : String) #

Type of the message origin, always "hidden_user"

View source