class
TD::Update::NewCustomQuery
- TD::Update::NewCustomQuery
- TD::Update
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/update/new_custom_query.crConstructors
- .new(id : String, data : String, timeout : Int32)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #data : String
- #data=(data : String)
- #id : String
- #id=(id : String)
- #object_type : String
- #object_type=(object_type : String)
- #timeout : Int32
- #timeout=(timeout : Int32)