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

19 uses

	github.com/gotd/td/tg (current package)
		tl_json_value_gen.go#L38: type JSONNull struct {
		tl_json_value_gen.go#L45: func (j JSONNull) construct() JSONValueClass { return &j }
		tl_json_value_gen.go#L49: 	_ bin.Encoder     = &JSONNull{}
		tl_json_value_gen.go#L50: 	_ bin.Decoder     = &JSONNull{}
		tl_json_value_gen.go#L51: 	_ bin.BareEncoder = &JSONNull{}
		tl_json_value_gen.go#L52: 	_ bin.BareDecoder = &JSONNull{}
		tl_json_value_gen.go#L54: 	_ JSONValueClass = &JSONNull{}
		tl_json_value_gen.go#L57: func (j *JSONNull) Zero() bool {
		tl_json_value_gen.go#L66: func (j *JSONNull) String() string {
		tl_json_value_gen.go#L70: 	type Alias JSONNull
		tl_json_value_gen.go#L77: func (*JSONNull) TypeID() uint32 {
		tl_json_value_gen.go#L82: func (*JSONNull) TypeName() string {
		tl_json_value_gen.go#L87: func (j *JSONNull) TypeInfo() tdp.Type {
		tl_json_value_gen.go#L101: func (j *JSONNull) Encode(b *bin.Buffer) error {
		tl_json_value_gen.go#L110: func (j *JSONNull) EncodeBare(b *bin.Buffer) error {
		tl_json_value_gen.go#L118: func (j *JSONNull) Decode(b *bin.Buffer) error {
		tl_json_value_gen.go#L129: func (j *JSONNull) DecodeBare(b *bin.Buffer) error {
		tl_json_value_gen.go#L899: 		v := JSONNull{}
		tl_registry_gen.go#L4481: 		JSONNullTypeID:                                                          func() bin.Object { return &JSONNull{} },