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