class
TD::JsonObjectMember
- TD::JsonObjectMember
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/json_object_member.crConstructors
- .new(key : String, value : TD::JsonValue)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #key : String
- #key=(key : String)
- #object_type : String
- #object_type=(object_type : String)
- #value : TD::JsonValue
- #value=(value : TD::JsonValue)