class
TD::ChatActionBar::JoinRequest
- TD::ChatActionBar::JoinRequest
- TD::ChatActionBar
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/chat_action_bar/join_request.crConstructors
- .new(title : String, request_date : Int32, is_channel : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #is_channel : Bool
- #is_channel=(is_channel : Bool)
- #object_type : String
- #object_type=(object_type : String)
- #request_date : Int32
- #request_date=(request_date : Int32)
- #title : String
- #title=(title : String)