class
Hamilton::Types::MessageOriginHiddenUser
- Hamilton::Types::MessageOriginHiddenUser
- Reference
- Object
Overview
The message was originally sent by an unknown user.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/message_origin.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#date : Int32
Date the message was sent originally in Unix time.
-
#date=(date : Int32)
Date the message was sent originally in Unix time.
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#sender_user_name : String
Name of the user that sent the message originally.
-
#sender_user_name=(sender_user_name : String)
Name of the user that sent the message originally.
-
#type : String
Type of the message origin, always "hidden_user".
-
#type=(type : String)
Type of the message origin, always "hidden_user".
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
Constructor Detail
Instance Method Detail
def sender_user_name=(sender_user_name : String)
#
Name of the user that sent the message originally.