const github.com/gotd/td/tg.TextEmptyTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L692: 		TextEmptyTypeID:                                          "textEmpty#dc3d824f",
		tl_registry_gen.go#L2474: 		"textEmpty":                                          TextEmptyTypeID,
		tl_registry_gen.go#L4256: 		TextEmptyTypeID:                                          func() bin.Object { return &TextEmpty{} },
		tl_registry_gen.go#L6387: 			TextEmptyTypeID,
		tl_rich_text_gen.go#L42: const TextEmptyTypeID = 0xdc3d824f
		tl_rich_text_gen.go#L78: 	return TextEmptyTypeID
		tl_rich_text_gen.go#L90: 		ID:   TextEmptyTypeID,
		tl_rich_text_gen.go#L105: 	b.PutID(TextEmptyTypeID)
		tl_rich_text_gen.go#L122: 	if err := b.ConsumeID(TextEmptyTypeID); err != nil {
		tl_rich_text_gen.go#L2491: 	case TextEmptyTypeID: