class
TD::ChatJoinRequest
- TD::ChatJoinRequest
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/chat_join_request.crConstructors
- .new(user_id : Int64, date : Int32, bio : String)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #bio : String
- #bio=(bio : String)
- #date : Int32
- #date=(date : Int32)
- #object_type : String
- #object_type=(object_type : String)
- #user_id : Int64
- #user_id=(user_id : Int64)