class

Tourmaline::MessageOriginHiddenUser

Inherits JSON::Serializable < Reference < Object

The message was originally sent by an unknown user.

Constructors

new(type : String, date : Time, sender_user_name : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

date

Date the message was sent originally in Unix time

Source
date=(date : Time)

Date the message was sent originally in Unix time

Source
sender_user_name

Name of the user that sent the message originally

Source
sender_user_name=(sender_user_name : String)

Name of the user that sent the message originally

Source
type

Type of the message origin, always "hidden_user"

Source
type=(type : String)

Type of the message origin, always "hidden_user"

Source