class
Hamilton::Types::ChatMemberOwner
- Hamilton::Types::ChatMemberOwner
- Reference
- Object
Overview
Represents a chat member that owns the chat and has all administrator privileges.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/chat_member.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#custom_title : String | Nil
Custom title for this user.
-
#custom_title=(custom_title : String | Nil)
Custom title for this user.
-
#is_anonymous : Bool
True, if the user's presence in the chat is hidden.
-
#is_anonymous=(is_anonymous : Bool)
True, if the user's presence in the chat is hidden.
-
#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.
-
#status : String
The member's status in the chat, always “creator”.
-
#status=(status : String)
The member's status in the chat, always “creator”.
-
#user : Hamilton::Types::User
Information about the user.
-
#user=(user : Hamilton::Types::User)
Information about the user.