type github.com/gotd/td/tg.JSONObjectValue

24 uses

	github.com/gotd/td/tg (current package)
		tl_json_object_value_gen.go#L38: type JSONObjectValue struct {
		tl_json_object_value_gen.go#L50: 	_ bin.Encoder     = &JSONObjectValue{}
		tl_json_object_value_gen.go#L51: 	_ bin.Decoder     = &JSONObjectValue{}
		tl_json_object_value_gen.go#L52: 	_ bin.BareEncoder = &JSONObjectValue{}
		tl_json_object_value_gen.go#L53: 	_ bin.BareDecoder = &JSONObjectValue{}
		tl_json_object_value_gen.go#L56: func (j *JSONObjectValue) Zero() bool {
		tl_json_object_value_gen.go#L71: func (j *JSONObjectValue) String() string {
		tl_json_object_value_gen.go#L75: 	type Alias JSONObjectValue
		tl_json_object_value_gen.go#L80: func (j *JSONObjectValue) FillFrom(from interface {
		tl_json_object_value_gen.go#L91: func (*JSONObjectValue) TypeID() uint32 {
		tl_json_object_value_gen.go#L96: func (*JSONObjectValue) TypeName() string {
		tl_json_object_value_gen.go#L101: func (j *JSONObjectValue) TypeInfo() tdp.Type {
		tl_json_object_value_gen.go#L124: func (j *JSONObjectValue) Encode(b *bin.Buffer) error {
		tl_json_object_value_gen.go#L133: func (j *JSONObjectValue) EncodeBare(b *bin.Buffer) error {
		tl_json_object_value_gen.go#L148: func (j *JSONObjectValue) Decode(b *bin.Buffer) error {
		tl_json_object_value_gen.go#L159: func (j *JSONObjectValue) DecodeBare(b *bin.Buffer) error {
		tl_json_object_value_gen.go#L181: func (j *JSONObjectValue) GetKey() (value string) {
		tl_json_object_value_gen.go#L189: func (j *JSONObjectValue) GetValue() (value JSONValueClass) {
		tl_json_value_gen.go#L705: 	Value []JSONObjectValue
		tl_json_value_gen.go#L746: 	GetValue() (value []JSONObjectValue)
		tl_json_value_gen.go#L828: 			j.Value = make([]JSONObjectValue, 0, headerLen%bin.PreallocateLimit)
		tl_json_value_gen.go#L831: 			var value JSONObjectValue
		tl_json_value_gen.go#L842: func (j *JSONObject) GetValue() (value []JSONObjectValue) {
		tl_registry_gen.go#L4480: 		JSONObjectValueTypeID:                                                   func() bin.Object { return &JSONObjectValue{} },