class
TD::ChatAdministrator
- TD::ChatAdministrator
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/chat_administrator.crConstructors
- .new(user_id : Int64, custom_title : String, is_owner : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #custom_title : String
- #custom_title=(custom_title : String)
- #is_owner : Bool
- #is_owner=(is_owner : Bool)
- #object_type : String
- #object_type=(object_type : String)
- #user_id : Int64
- #user_id=(user_id : Int64)